changeset 30332:90ab0623a3e4

Fix last checkin.
author Dave Love <fx@gnu.org>
date Wed, 19 Jul 2000 16:00:04 +0000
parents 3c07fe003a64
children 6c60ac6cf8b6
files lisp/ediff-init.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-init.el	Wed Jul 19 15:56:50 2000 +0000
+++ b/lisp/ediff-init.el	Wed Jul 19 16:00:04 2000 +0000
@@ -831,13 +831,13 @@
 
     (cond ((and is-current diff-num)	; current diff region
 	   (format "Difference region %S -- current" (1+ diff-num)))
-;; This doesn't DTRT because we may have got it from the wrong goverlay.
-;; Fixme.
+	  ;; This doesn't DTRT because we may have got it from the wrong
+	  ;; goverlay.  Fixme.
 ;;;	  (face-help)			; refinement of current diff region
 	  (diff-num			; non-current
 	   (format "Difference region %S -- non-current" (1+ diff-num)))
 	  (t ""))			; none
-    )))
+    ))
 
 
 (defun ediff-set-face-pixmap (face pixmap)