emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vc.el things


From: Dave Love
Subject: vc.el things
Date: Wed, 14 Apr 2004 11:23:25 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

vc.el appears to need fixing for the current compile.el, and there's a
missing quote.  (These both got compiler warnings.)

--- vc.el.~1.375.~      Wed Apr 14 10:54:20 2004
+++ vc.el       Wed Apr 14 10:57:24 2004
@@ -1057,6 +1057,7 @@
                  (error-pos (marker-position
                              (car (car-safe compilation-error-list)))))
              ;; Reparse the error messages as far as they were parsed before.
+             ;; Fixme: compile-reinitialize-errors is no longer defined.
              (compile-reinitialize-errors '(4) compilation-parsing-end)
              ;; Move the pointer up to find the error we were at before
              ;; reparsing.  Now next-error should properly go to the next one.
@@ -2361,7 +2362,7 @@
                          (vc-find-backend-function (vc-backend file) 
                                                    'print-log))))
                (not (eq (caddr err) 2)))
-           (signal wrong-number-of-arguments err)
+           (signal 'wrong-number-of-arguments err)
          ;; for backward compatibility
          (vc-call print-log file)
          (set-buffer "*vc*"))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]