emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:34:01 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.359.2.1 emacs/lisp/vc.el:1.359.2.2
*** emacs/lisp/vc.el:1.359.2.1  Fri Apr 16 12:50:10 2004
--- emacs/lisp/vc.el    Mon Jun 28 07:28:47 2004
***************
*** 7,13 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.359.2.1 2004/04/16 12:50:10 handa Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 7,13 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.359.2.2 2004/06/28 07:28:47 miles Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 2357,2367 ****
         ;; without the optional buffer argument (for backward compatibility).
         ;; Otherwise, resignal.
         (if (or (not (eq (cadr err)
!                         (indirect-function 
!                          (vc-find-backend-function (vc-backend file) 
                                                     'print-log))))
                 (not (eq (caddr err) 2)))
!            (signal wrong-number-of-arguments err)
           ;; for backward compatibility
           (vc-call print-log file)
           (set-buffer "*vc*"))))
--- 2357,2367 ----
         ;; without the optional buffer argument (for backward compatibility).
         ;; Otherwise, resignal.
         (if (or (not (eq (cadr err)
!                         (indirect-function
!                          (vc-find-backend-function (vc-backend file)
                                                     'print-log))))
                 (not (eq (caddr err) 2)))
!            (signal (car err) (cdr err))
           ;; for backward compatibility
           (vc-call print-log file)
           (set-buffer "*vc*"))))




reply via email to

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