# HG changeset patch # User Stefan Monnier # Date 1184439802 0 # Node ID 3bb49962b48234859add47aaab98841e9b1513b5 # Parent 72844bec32286a006292804032da953b8c89c22e (generated-autoload-file): Autoload the safe-local-variable setting. diff -r 72844bec3228 -r 3bb49962b482 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 14 18:43:58 2007 +0000 +++ b/lisp/ChangeLog Sat Jul 14 19:03:22 2007 +0000 @@ -1,3 +1,8 @@ +2007-07-14 Stefan Monnier + + * emacs-lisp/autoload.el (generated-autoload-file): Autoload the + safe-local-variable setting. + 2007-07-14 David Kastrup * emacs-lisp/advice.el (defadvice): Doc fix. @@ -17,8 +22,8 @@ (bookmark-map): Bind it to "o". http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html - and its thread contains discussion about this change. The - original patch was slightly tweaked by Karl Fogel + and its thread contains discussion about this change. + The original patch was slightly tweaked by Karl Fogel before committing. 2007-07-13 Karl Fogel @@ -29,7 +34,7 @@ * bookmark.el: Don't define bookmark keys under the "C-xr" map; instead, make "C-xp" a prefix for bookmark-map. Patch by Drew - Adams , mildly tweaked by me. See + Adams , mildly tweaked by me. See http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. 2007-07-13 Carsten Dominik diff -r 72844bec3228 -r 3bb49962b482 lisp/emacs-lisp/autoload.el --- a/lisp/emacs-lisp/autoload.el Sat Jul 14 18:43:58 2007 +0000 +++ b/lisp/emacs-lisp/autoload.el Sat Jul 14 19:03:22 2007 +0000 @@ -41,6 +41,7 @@ A `.el' file can set this in its local variables section to make its autoloads go somewhere else. The autoload file is assumed to contain a trailer starting with a FormFeed character.") +;;;###autoload (put 'generated-autoload-file 'safe-local-variable 'stringp) ;; This feels like it should be a defconst, but MH-E sets it to