Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ff083af
Commit
5ff083af
authored
Feb 09, 1997
by
Karl Heuer
Browse files
Fix previous change.
parent
8c9dbabe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/compare-w.el
lisp/compare-w.el
+2
-2
No files found.
lisp/compare-w.el
View file @
5ff083af
;;; 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
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment