diff lisp/desktop.el @ 64963:527df96e5eda

Put autoload cookie at risky-local-variable declarations.
author Andreas Schwab <schwab@suse.de>
date Sun, 14 Aug 2005 23:53:54 +0000
parents 2c0fe8b09aaa
children 4d1085b02d64 2d92f5c9d6ae
line wrap: on
line diff
--- a/lisp/desktop.el	Sun Aug 14 23:45:46 2005 +0000
+++ b/lisp/desktop.el	Sun Aug 14 23:53:54 2005 +0000
@@ -403,6 +403,7 @@
 
 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 @@
 
 See also `desktop-minor-mode-table'.")
 
+;;;###autoload
 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
 
 ;; ----------------------------------------------------------------------------