summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-30 14:29:49 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-30 14:29:49 +0200
commit6f773186e3e9bd963afbf780e6f72e5f0bbbb40f (patch)
tree9d27f49a984e68f3a72928b3647b1f52e46abf47
parent3015af515eceb9d5901b6de4cc83f1874b53efcb (diff)
downloademacs-6f773186e3e9bd963afbf780e6f72e5f0bbbb40f.tar.gz
Fix typo in previous elisp-byte-compile-buffer change
* lisp/progmodes/elisp-mode.el (elisp-byte-compile-buffer): Make warnings point to the correct place.
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 65a76daf252..056e87abba6 100644
--- 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-buffero (&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."