changeset 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 e2b894ac5ab1
children b65391e165d4
files lisp/desktop.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)
 
 ;; ----------------------------------------------------------------------------