(generated-autoload-file): Change defconst to defvar.
This commit is contained in:
parent
b3755eb088
commit
fcb242c978
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue