From fcb242c9782949710ced3360b7a83e3ce5a1f69c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 29 Apr 1997 00:23:40 +0000 Subject: [PATCH] (generated-autoload-file): Change defconst to defvar. --- lisp/emacs-lisp/autoload.el | 4 ++-- 1 file 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 -- 2.39.5