Put autoload cookie at risky-local-variable declarations.

This commit is contained in:
Andreas Schwab 2005-08-14 23:55:03 +00:00
parent 9e7357b07a
commit 498eb267ff
2 changed files with 5 additions and 0 deletions

View 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>

View 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)
;; ----------------------------------------------------------------------------