emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6f773186e3: Fix typo in previous elisp-byte-compile-buffer change


From: Lars Ingebrigtsen
Subject: master 6f773186e3: Fix typo in previous elisp-byte-compile-buffer change
Date: Thu, 30 Jun 2022 08:30:03 -0400 (EDT)

branch: master
commit 6f773186e3e9bd963afbf780e6f72e5f0bbbb40f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/progmodes/elisp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 65a76daf25..056e87abba 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]