(generated-autoload-file): Change defconst to defvar.

This commit is contained in:
Richard M. Stallman 1997-04-29 00:23:40 +00:00
parent b3755eb088
commit fcb242c978

View file

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