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:
parent
3015af515e
commit
6f773186e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue