diff lisp/diff-mode.el @ 32143:299f601ca8ba

(diff-goto-source): Update call to `diff-hunk-status-msg' to reflect new REV variable.
author Miles Bader <miles@gnu.org>
date Wed, 04 Oct 2000 21:29:59 +0000
parents 161c2ec9f5b2
children 3e97369732ac
line wrap: on
line diff
--- a/lisp/diff-mode.el	Wed Oct 04 19:05:33 2000 +0000
+++ b/lisp/diff-mode.el	Wed Oct 04 21:29:59 2000 +0000
@@ -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 @@
 	(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 ()