]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous elisp-byte-compile-buffer change
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 30 Jun 2022 12:29:49 +0000 (14:29 +0200)
committerLars 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

index 65a76daf2528a6807e5e8a27cbc3f055cc41c8a4..056e87abba65239966bf910452e5c83db958c5fa 100644 (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."