emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/speedbar.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el,v
Date: Fri, 28 Dec 2007 15:00:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/12/28 15:00:21

Index: speedbar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/speedbar.el,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- speedbar.el 28 Dec 2007 13:29:41 -0000      1.91
+++ speedbar.el 28 Dec 2007 15:00:21 -0000      1.92
@@ -2987,7 +2987,7 @@
 optimize this function by overriding it and only doing those checks
 that will occur on your system."
   (or
-   (vc-backend (concat directory "/" name)
+   (vc-backend (concat directory "/" name))
    ;; User extension
    (run-hook-with-args 'speedbar-vc-in-control-hook directory name)
    ))




reply via email to

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