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: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 11 Oct 2007 16:53:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   07/10/11 16:53:58

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -b -r1.468 -r1.469
--- vc.el       11 Oct 2007 16:37:42 -0000      1.468
+++ vc.el       11 Oct 2007 16:53:58 -0000      1.469
@@ -1882,13 +1882,11 @@
        ;; not available.  Work around that.
        (if (require 'diff-mode nil t) (diff-mode))
        (when verbose
-         (let (buffer-read-only t)
+         (let (buffer-read-only)
            (goto-char (point-max))
-           (if verbose
-               (insert (format "\n\nDiffs between %s and %s end here." 
rev1-name rev2-name)))
+           (insert (format "\n\nDiffs between %s and %s end here." rev1-name 
rev2-name))
            (goto-char (point-min))
-           (if verbose
-               (insert (format "Diffs between %s and %s:\n\n" rev1-name 
rev2-name)))))
+           (insert (format "Diffs between %s and %s:\n\n" rev1-name 
rev2-name))))
        (shrink-window-if-larger-than-buffer)
        t)
     (progn




reply via email to

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