From 6f773186e3e9bd963afbf780e6f72e5f0bbbb40f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 30 Jun 2022 14:29:49 +0200 Subject: [PATCH] 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 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." -- 2.39.5