diff options
| author | Richard M. Stallman | 1997-04-29 00:23:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-29 00:23:40 +0000 |
| commit | fcb242c9782949710ced3360b7a83e3ce5a1f69c (patch) | |
| tree | bfe6d5125cf9429900471c5f313741d552a98766 /lisp | |
| parent | b3755eb08861cf35de571b07f55b4bed6c385e8b (diff) | |
| download | emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.tar.gz emacs-fcb242c9782949710ced3360b7a83e3ce5a1f69c.zip | |
(generated-autoload-file): Change defconst to defvar.
Diffstat (limited to '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." | |||
| 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. |
| 276 | A .el file can set this in its local variables section to make its | 276 | A `.el' file can set this in its local variables section to make its |
| 277 | autoloads go somewhere else.") | 277 | autoloads go somewhere else.") |
| 278 | 278 | ||
| 279 | ;;;###autoload | 279 | ;;;###autoload |