summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-04 21:29:59 +0000
committerMiles Bader <miles@gnu.org>2000-10-04 21:29:59 +0000
commit5818db5967e8af325004089dc86e1bf94a96ef24 (patch)
tree0a30d77d185358628bc332d12da618adf2598b33 /lisp/diff-mode.el
parentc931e4b88b6d80917cf6deadc3732afe566d04ca (diff)
downloademacs-5818db5967e8af325004089dc86e1bf94a96ef24.tar.gz
(diff-goto-source):
Update call to `diff-hunk-status-msg' to reflect new REV variable.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 6b2d8e66faa..682d2e912e0 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -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 ()