Mercurial > emacs
diff lisp/window.el @ 105609:bdcd73244f19
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 15 Oct 2009 06:18:02 +0000 |
| parents | cb0fd5493ae6 |
| children | 009383a57ce8 |
line wrap: on
line diff
--- a/lisp/window.el Thu Oct 15 06:11:57 2009 +0000 +++ b/lisp/window.el Thu Oct 15 06:18:02 2009 +0000 @@ -601,8 +601,6 @@ this one. See also `special-display-regexps'." - ;; Autoload if this file no longer dumped. - :risky t :type '(repeat (choice :tag "Buffer" :value "" @@ -624,6 +622,9 @@ :group 'windows :group 'frames) +;;;###autoload +(put 'special-display-buffer-names 'risky-local-variable t) + (defcustom special-display-regexps nil "List of regexps saying which buffers should be displayed specially. Displaying a buffer with `display-buffer' or `pop-to-buffer', if
