emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el,v
Date: Sat, 20 Oct 2007 04:37:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/10/20 04:37:57

Index: log-view.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/log-view.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- log-view.el 10 Oct 2007 18:52:44 -0000      1.46
+++ log-view.el 20 Oct 2007 04:37:57 -0000      1.47
@@ -401,7 +401,7 @@
         (goto-char end)
         (log-view-msg-next)
         (setq to (log-view-current-tag))))
-    (vc-version-diff (log-view-current-file) to fr)))
+    (vc-version-diff (list (log-view-current-file)) to fr)))
 
 (provide 'log-view)
 




reply via email to

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