(update-file-autoloads):
Undo 1997-08-23 change.
This commit is contained in:
parent
3d2f23d923
commit
8539959b7b
1 changed files with 1 additions and 4 deletions
|
@ -310,10 +310,7 @@ 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
|
||||
(expand-file-name generated-autoload-file
|
||||
(expand-file-name "lisp"
|
||||
source-directory)))))
|
||||
(set-buffer (find-file-noselect generated-autoload-file)))
|
||||
(or (> (buffer-size) 0)
|
||||
(error "Autoloads file %s does not exist" buffer-file-name))
|
||||
(or (file-writable-p buffer-file-name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue