1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Lars Ingebrigtsen 2022-06-30 14:29:49 +02:00
parent 3015af515e
commit 6f773186e3

View file

@ -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."