(update-file-autoloads):
Be careful about which directory to find loaddefs.el in.
This commit is contained in:
parent
961a48db36
commit
9ee65d3171
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue