projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ba14f
)
Fix up previous autoload-find-generated-file change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 17 Sep 2020 16:09:01 +0000
(18:09 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 17 Sep 2020 16:09:01 +0000
(18:09 +0200)
* lisp/emacs-lisp/autoload.el (autoload-find-generated-file): Use
the correct name for find-file-hook.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 80ac90895afa5508093a9beaac26f2f92ff49cab..0bcd7b7dcd016e5ec46c8edfd6c3245a8bc94c74 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-258,7
+258,7
@@
expression, in which case we want to handle forms differently."
"Visit the autoload file for the current buffer, and return its buffer."
(let ((enable-local-variables :safe)
(enable-local-eval nil)
- (find-file-hook
s
nil)
+ (find-file-hook nil)
(delay-mode-hooks t)
(file (autoload-generated-file)))
;; We used to use `raw-text' to read this file, but this causes