(byte-compile-file): Return nil on failure.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Feb 1994 19:17:57 +0000 (19:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Feb 1994 19:17:57 +0000 (19:17 +0000)
lisp/emacs-lisp/bytecomp.el

index dc44768..b72e5bc 100644 (file)
@@ -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,