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: Sun, 15 Jun 2008 14:58:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/06/15 14:58:25

Index: lisp/vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -b -r1.686 -r1.687
--- lisp/vc.el  15 Jun 2008 02:52:43 -0000      1.686
+++ lisp/vc.el  15 Jun 2008 14:58:18 -0000      1.687
@@ -2175,6 +2175,8 @@
     (vc-exec-after
      `(let ((inhibit-read-only t))
        (vc-call-backend ',backend 'log-view-mode)
+       (set (make-local-variable 'log-view-vc-backend) ',backend)
+       (set (make-local-variable 'log-view-vc-fileset) ',files)
        (goto-char (point-max)) (forward-line -1)
        (while (looking-at "=*\n")
          (delete-char (- (match-end 0) (match-beginning 0)))




reply via email to

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