From: Andreas Schwab Date: Sun, 14 Aug 2005 23:55:03 +0000 (+0000) Subject: Put autoload cookie at risky-local-variable declarations. X-Git-Tag: emacs-pretest-22.0.90~7593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=498eb267ff4aa9606ba0514719bf39ffb3f0741b;p=emacs.git Put autoload cookie at risky-local-variable declarations. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea9572fbbeb..7519b02e652 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-08-15 Andreas Schwab + * desktop.el: Put autoload cookie at risky-local-variable + declarations. + * dired.el, info.el, mail/rmail.el: Revert last change. 2005-08-14 Thien-Thi Nguyen diff --git a/lisp/desktop.el b/lisp/desktop.el index f8be1f0685d..3dbd581aef4 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -403,6 +403,7 @@ code like Furthermore the major mode function must be autoloaded.") +;;;###autoload (put 'desktop-buffer-mode-handlers 'risky-local-variable t) (make-obsolete-variable 'desktop-buffer-handlers 'desktop-buffer-mode-handlers "22.1") @@ -465,6 +466,7 @@ Furthermore the minor mode function must be autoloaded. See also `desktop-minor-mode-table'.") +;;;###autoload (put 'desktop-minor-mode-handlers 'risky-local-variable t) ;; ----------------------------------------------------------------------------