# HG changeset patch # User Andreas Schwab # Date 1124063634 0 # Node ID 527df96e5eda3b9af924066c2ec5b36f9fe18f88 # Parent e2b894ac5ab175d78808ed5e68f2472c7e0924b2 Put autoload cookie at risky-local-variable declarations. diff -r e2b894ac5ab1 -r 527df96e5eda lisp/desktop.el --- 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) ;; ----------------------------------------------------------------------------