]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-goto-source):
authorMiles Bader <miles@gnu.org>
Wed, 4 Oct 2000 21:31:40 +0000 (21:31 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 4 Oct 2000 21:31:40 +0000 (21:31 +0000)
  Update call to `diff-hunk-status-msg' to reflect new REV variable.

lisp/ChangeLog
lisp/diff-mode.el

index a8d0ab8309e36db9050de1cf97d1134cf02c1705..112a91b8671de67b10d90e94e09a1bc3d32a1d34 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-05  Miles Bader  <miles@gnu.org>
+
+       * diff-mode.el (diff-goto-source): Update call to
+       `diff-hunk-status-msg' to reflect new REV variable.
+
 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (fancy-splash-pending-command): New variable.
index 6b2d8e66faa9395ae5ccf204e2596b627b6590ce..682d2e912e0dd45baae7003e829c1a542e2695ae 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: patch diff
-;; Revision: $Id: diff-mode.el,v 1.26 2000/10/02 06:49:21 miles Exp $
+;; Revision: $Id: diff-mode.el,v 1.27 2000/10/03 18:36:36 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -1074,7 +1074,7 @@ If the prefix arg is bigger than 8 (for example with \\[universal-argument] \\[u
        (diff-find-source-location other-file rev)
       (pop-to-buffer buf)
       (goto-char (+ pos (cdr src)))
-      (diff-hunk-status-msg line-offset (not switched) t))))
+      (diff-hunk-status-msg line-offset (diff-xor rev switched) t))))
 
 
 (defun diff-current-defun ()