mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(byte-compile-file): Use whole file name for errors.
This commit is contained in:
parent
ca2ec1c584
commit
3ea1f391da
@ -1145,7 +1145,7 @@ With prefix arg (noninteractively: 2nd arg), load the file after compiling."
|
||||
|
||||
(if byte-compile-verbose
|
||||
(message "Compiling %s..." filename))
|
||||
(let ((byte-compile-current-file (file-name-nondirectory filename))
|
||||
(let ((byte-compile-current-file filename)
|
||||
target-file input-buffer output-buffer)
|
||||
(save-excursion
|
||||
(setq input-buffer (get-buffer-create " *Compiler Input*"))
|
||||
|
Loading…
Reference in New Issue
Block a user