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
b5714852
Commit
b5714852
authored
Nov 02, 2005
by
Richard M. Stallman
Browse files
(flyspell-external-point-words): Pass nil to flyspell-get-word.
parent
f38a12bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b5714852
2005-11-01 Richard M. Stallman <rms@gnu.org>
* textmodes/flyspell.el (flyspell-external-point-words):
Pass nil to flyspell-get-word.
2005-11-02 Kim F. Storm <storm@cua.dk>
* menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
...
...
lisp/textmodes/flyspell.el
View file @
b5714852
...
...
@@ -1360,7 +1360,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
;; Detect when WORD can't be checked properly
;; because flyspell-get-word finds
;; just part of it, and treat that as ok.
(
if
(
<
(
length
(
flyspell-get-word
following
))
(
if
(
<
(
length
(
flyspell-get-word
nil
))
(
length
word
))
nil
(
flyspell-word
))))
...
...
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