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>
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")
See also `desktop-minor-mode-table'.")
+;;;###autoload
(put 'desktop-minor-mode-handlers 'risky-local-variable t)
;; ----------------------------------------------------------------------------