Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c11a5a9c
Commit
c11a5a9c
authored
Jun 25, 2010
by
Agustín Martín
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure `flyspell-word' checks word after (flyspell-check-previous-highlighted-word) run.
parent
71ab16dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+3
-1
No files found.
lisp/textmodes/flyspell.el
View file @
c11a5a9c
...
...
@@ -1817,7 +1817,9 @@ misspelled words backwards."
(
throw
'exit
t
)))))))
(
save-excursion
(
goto-char
pos
)
(
ispell-word
))
(
ispell-word
)
(
setq
flyspell-word-cache-word
nil
)
;; Force flyspell-word re-check
(
flyspell-word
))
(
error
"No word to correct before point"
))))
;;*---------------------------------------------------------------------*/
...
...
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