From 498eb267ff4aa9606ba0514719bf39ffb3f0741b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 14 Aug 2005 23:55:03 +0000 Subject: [PATCH] Put autoload cookie at risky-local-variable declarations. --- lisp/ChangeLog | 3 +++ lisp/desktop.el | 2 ++ 2 files changed, 5 insertions(+) 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) ;; ---------------------------------------------------------------------------- -- 2.39.2