(update-file-autoloads):

Be careful about which directory to find loaddefs.el in.
This commit is contained in:
Richard M. Stallman 1997-08-23 05:32:56 +00:00
parent 961a48db36
commit 9ee65d3171

View file

@ -310,7 +310,10 @@ are used."
(set-buffer existing-buffer))
;; We must read/write the file without any code conversion.
(let ((coding-system-for-read 'no-conversion))
(set-buffer (find-file-noselect generated-autoload-file)))
(set-buffer (find-file-noselect
(expand-file-name generated-autoload-file
(expand-file-name "lisp"
source-directory)))))
(save-excursion
(save-restriction
(widen)