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


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Mon, 25 Feb 2002 17:00:51 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.326 emacs/lisp/vc.el:1.327
*** emacs/lisp/vc.el:1.326      Thu Feb 21 16:00:35 2002
--- emacs/lisp/vc.el    Mon Feb 25 17:00:51 2002
***************
*** 6,12 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.326 2002/02/21 21:00:35 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.327 2002/02/25 22:00:51 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 1877,1883 ****
      (if (listp diff-switches) diff-switches (list diff-switches))
      (if (listp vc-diff-switches) vc-diff-switches (list vc-diff-switches))
      (let* ((backend-switches-symbol
!           (intern (concat "vc-" (symbol-name ,backend)
                            "-diff-switches")))
           (backend-switches
            (if (boundp backend-switches-symbol)
--- 1877,1883 ----
      (if (listp diff-switches) diff-switches (list diff-switches))
      (if (listp vc-diff-switches) vc-diff-switches (list vc-diff-switches))
      (let* ((backend-switches-symbol
!           (intern (concat "vc-" (downcase (symbol-name ,backend))
                            "-diff-switches")))
           (backend-switches
            (if (boundp backend-switches-symbol)



reply via email to

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