]> git.eshelyaron.com Git - emacs.git/commitdiff
(cus-test-libs): Use equal instead of =.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:40 +0000 (05:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:40 +0000 (05:15 +0000)
admin/ChangeLog
admin/cus-test.el

index b6ad402b94d94d8edc52878177bfb2ade1eac414..c1813dcc8d9e14330037d34d0ec4df72ef166251 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-15   Markus Rost  <rost@math.ohio-state.edu>
+
+       * cus-test.el (cus-test-libs): Use equal instead of =.
+
 2002-10-14   Markus Rost  <rost@math.ohio-state.edu>
 
        * cus-test.el (cus-test-opts): Call cus-test-load-libs.
index f6062c9f7f0737813622a2a7cf848d9ddd14dae8..8885b09787354facd9505e800d52990f9651d556 100644 (file)
 ;; (ada-xref error 255)
 ;; (ada-stmt error 255)
 
+\f
 ;;; Code:
 
 ;;; Workarounds.  For a smooth run and to avoid some side effects.
@@ -458,7 +459,7 @@ in the emacs source directory."
             (setq cmd (concat "src/emacs -batch -l " fn))
             (setq status (call-process shell-file-name nil nil nil
                                        shell-command-switch cmd))
-            (if (= status 0)
+            (if (equal status 0)
                 (message "%s" file)
               (error "%s" status))
             (push file cus-test-libs-loaded))