aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-29 00:23:40 +0000
committerRichard M. Stallman1997-04-29 00:23:40 +0000
commitfcb242c9782949710ced3360b7a83e3ce5a1f69c (patch)
treebfe6d5125cf9429900471c5f313741d552a98766 /lisp
parentb3755eb08861cf35de571b07f55b4bed6c385e8b (diff)
downloademacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.tar.gz
emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.zip
(generated-autoload-file): Change defconst to defvar.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/autoload.el4
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."
271 (insert generate-autoload-section-trailer))) 271 (insert generate-autoload-section-trailer)))
272 (message "Generating autoloads for %s...done" file))) 272 (message "Generating autoloads for %s...done" file)))
273 273
274(defconst generated-autoload-file "loaddefs.el" 274(defvar generated-autoload-file "loaddefs.el"
275 "*File \\[update-file-autoloads] puts autoloads into. 275 "*File \\[update-file-autoloads] puts autoloads into.
276A .el file can set this in its local variables section to make its 276A `.el' file can set this in its local variables section to make its
277autoloads go somewhere else.") 277autoloads go somewhere else.")
278 278
279;;;###autoload 279;;;###autoload