# HG changeset patch # User Dave Love # Date 964022404 0 # Node ID 90ab0623a3e4f96cae45c976b8da4c698e131393 # Parent 3c07fe003a64bd8f88a022795cb7025084bbc97a Fix last checkin. diff -r 3c07fe003a64 -r 90ab0623a3e4 lisp/ediff-init.el --- 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)