Mercurial > emacs
changeset 16987:433d9754cdd5
Fix previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 09 Feb 1997 23:02:19 +0000 |
parents | dc0cd1c70c87 |
children | 18b8f50567b2 |
files | lisp/compare-w.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/compare-w.el Sun Feb 09 22:55:17 1997 +0000 +++ b/lisp/compare-w.el Sun Feb 09 23:02:19 1997 +0000 @@ -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 @@ (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)))))