From: Karl Heuer Date: Sun, 9 Feb 1997 23:02:19 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.1~2958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ff083afb4c48a45d091a70fd9d260d5456aa7f6;p=emacs.git Fix previous change. --- diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 7a01c302096..479bd72125e 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el @@ -1,6 +1,6 @@ ;;; compare-w.el --- compare text between windows for Emacs. -;; Copyright (C) 1986, 1989, 1993 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1989, 1993, 1997 Free Software Foundation, Inc. ;; Maintainer: FSF @@ -98,7 +98,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." (goto-char p2) (setq result2 (funcall skip-func opoint2)) (setq p2a (point)) - (if (or (stringp skip-whitespace) + (if (or (stringp compare-windows-whitespace) (and result1 result2 (eq result1 result2))) (setq p1 p1a p2 p2a)))))