Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 81873:3bb49962b482
(generated-autoload-file): Autoload the safe-local-variable setting.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 14 Jul 2007 19:03:22 +0000 |
parents | e29d41367d51 |
children | b98604865ea0 a66921565bcb |
comparison
equal
deleted
inserted
replaced
81872:72844bec3228 | 81873:3bb49962b482 |
---|---|
39 (defvar generated-autoload-file "loaddefs.el" | 39 (defvar generated-autoload-file "loaddefs.el" |
40 "*File \\[update-file-autoloads] puts autoloads into. | 40 "*File \\[update-file-autoloads] puts autoloads into. |
41 A `.el' file can set this in its local variables section to make its | 41 A `.el' file can set this in its local variables section to make its |
42 autoloads go somewhere else. The autoload file is assumed to contain a | 42 autoloads go somewhere else. The autoload file is assumed to contain a |
43 trailer starting with a FormFeed character.") | 43 trailer starting with a FormFeed character.") |
44 ;;;###autoload | |
44 (put 'generated-autoload-file 'safe-local-variable 'stringp) | 45 (put 'generated-autoload-file 'safe-local-variable 'stringp) |
45 | 46 |
46 ;; This feels like it should be a defconst, but MH-E sets it to | 47 ;; This feels like it should be a defconst, but MH-E sets it to |
47 ;; ";;;###mh-autoload" for the autoloads that are to go into mh-loaddefs.el. | 48 ;; ";;;###mh-autoload" for the autoloads that are to go into mh-loaddefs.el. |
48 (defvar generate-autoload-cookie ";;;###autoload" | 49 (defvar generate-autoload-cookie ";;;###autoload" |