diff options
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/window.el b/lisp/window.el index 27daf684e3f..a4931d446a1 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -591,6 +591,8 @@ and `same-window-regexps'. Those variables take precedence over this one. See also `special-display-regexps'." + ;; Autoload if this file no longer dumped. + :risky t :type '(repeat (choice :tag "Buffer" :value "" |