diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-29 00:23:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-29 00:23:40 +0000 |
commit | fcb242c9782949710ced3360b7a83e3ce5a1f69c (patch) | |
tree | bfe6d5125cf9429900471c5f313741d552a98766 /lisp/emacs-lisp | |
parent | b3755eb08861cf35de571b07f55b4bed6c385e8b (diff) | |
download | emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.tar.gz emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.tar.bz2 emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.zip |
(generated-autoload-file): Change defconst to defvar.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index fdb094450c3..bf5b5fffc42 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -271,9 +271,9 @@ are used." (insert generate-autoload-section-trailer))) (message "Generating autoloads for %s...done" file))) -(defconst generated-autoload-file "loaddefs.el" +(defvar generated-autoload-file "loaddefs.el" "*File \\[update-file-autoloads] puts autoloads into. -A .el file can set this in its local variables section to make its +A `.el' file can set this in its local variables section to make its autoloads go somewhere else.") ;;;###autoload |