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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Sat, 17 May 2008 17:07:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/17 17:07:47

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -b -r1.670 -r1.671
--- vc.el       16 May 2008 22:42:36 -0000      1.670
+++ vc.el       17 May 2008 17:07:46 -0000      1.671
@@ -1788,7 +1788,7 @@
 ;; VC status implementation
 
 (defun vc-default-status-extra-headers (backend dir)
-  ;; Be loud by default to remind people to add coded to display
+  ;; Be loud by default to remind people to add code to display
   ;; backend specific headers.
   ;; XXX: change this to return nil before the release.
   "Extra      : Add backend specific headers here")
@@ -3103,7 +3103,10 @@
          (save-window-excursion
            (vc-diff-internal
             nil
-            (cons vc-annotate-backend (list vc-annotate-parent-file))
+            ;; The value passed here should follow what
+            ;; `vc-deduce-fileset' returns.
+            (cons vc-annotate-backend
+                  (cons (list vc-annotate-parent-file) nil))
             prev-rev rev-at-line))
          (switch-to-buffer "*vc-diff*"))))))
 




reply via email to

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