]> git.eshelyaron.com Git - emacs.git/commitdiff
Put autoload cookie at risky-local-variable declarations.
authorAndreas Schwab <schwab@suse.de>
Sun, 14 Aug 2005 23:55:03 +0000 (23:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 14 Aug 2005 23:55:03 +0000 (23:55 +0000)
lisp/ChangeLog
lisp/desktop.el

index ea9572fbbebd361335c7097f308a5bc554341f07..7519b02e6524dc5a65a00d5755f8fe0e50583d27 100644 (file)
@@ -1,5 +1,8 @@
 2005-08-15  Andreas Schwab  <schwab@suse.de>
 
+       * 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  <ttn@gnu.org>
index f8be1f0685da61ff0dde626aa760bf050b875908..3dbd581aef405668e6c5e1e3357cd14ce973ef72 100644 (file)
@@ -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)
 
 ;; ----------------------------------------------------------------------------