projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3015af5
)
Fix typo in previous elisp-byte-compile-buffer change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 30 Jun 2022 12:29:49 +0000
(14:29 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 30 Jun 2022 12:29:49 +0000
(14:29 +0200)
* lisp/progmodes/elisp-mode.el (elisp-byte-compile-buffer): Make
warnings point to the correct place.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 65a76daf2528a6807e5e8a27cbc3f055cc41c8a4..056e87abba65239966bf910452e5c83db958c5fa 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-2214,7
+2214,7
@@
interactively, this is the prefix argument."
(when load
(load (funcall byte-compile-dest-file-function buffer-file-name))))
-(defun elisp-byte-compile-buffer
o
(&optional load)
+(defun elisp-byte-compile-buffer (&optional load)
"Byte compile the current buffer, but don't write a file.
If LOAD is non-nil, load byte-compiled data. When called
interactively, this is the prefix argument."