diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/compare-w.el | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/compare-w.el')
-rw-r--r-- | lisp/compare-w.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 0ae9f37673b..b3dbf0e47c3 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el @@ -17,8 +17,6 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'compare-w) - (defvar compare-windows-whitespace " \t\n" "*String of characters considered whitespace for \\[compare-windows]. Changes in whitespace are optionally ignored. @@ -127,3 +125,6 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." (set-window-point w2 p2) (if (= (point) opoint1) (ding)))) + +(provide 'compare-w) + |