]> code.delx.au - gnu-emacs/commitdiff
Fix last checkin.
authorDave Love <fx@gnu.org>
Wed, 19 Jul 2000 16:00:04 +0000 (16:00 +0000)
committerDave Love <fx@gnu.org>
Wed, 19 Jul 2000 16:00:04 +0000 (16:00 +0000)
lisp/ediff-init.el

index 852ba19207cb084877cb6d7e4db103ab19f992f4..675e23f548ebd7a70358e0f4ebb64f36adf65627 100644 (file)
@@ -831,13 +831,13 @@ appropriate symbol: `rcs', `pcl-cvs', or `generic-sc' if you so desire."
 
     (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)