(byte-compile-file): Return nil on failure.
This commit is contained in:
parent
1c1fce3feb
commit
a2bb8f73f2
1 changed files with 2 additions and 2 deletions
|
@ -1200,8 +1200,8 @@ With prefix arg (noninteractively: 2nd arg), load the file after compiling."
|
|||
(save-excursion
|
||||
(display-call-tree filename)))
|
||||
(if load
|
||||
(load target-file))))
|
||||
t)
|
||||
(load target-file))
|
||||
t)))
|
||||
|
||||
;;(defun byte-compile-and-load-file (&optional filename)
|
||||
;; "Compile a file of Lisp code named FILENAME into a file of byte code,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue