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
fab31ec3
Commit
fab31ec3
authored
Jun 03, 2005
by
Stefan Monnier
Browse files
(flyspell-check-word-p): Simplify silly compatibility code.
parent
10b234c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+1
-3
No files found.
lisp/ChangeLog
View file @
fab31ec3
2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
compatibility code.
* international/latexenc.el (latexenc-find-file-coding-system):
* international/latexenc.el (latexenc-find-file-coding-system):
Don't inherit the EOL part of the coding-system from the
Don't inherit the EOL part of the coding-system from the
tex-main buffer. Fit within 80 columns.
tex-main buffer. Fit within 80 columns.
...
...
lisp/textmodes/flyspell.el
View file @
fab31ec3
...
@@ -830,9 +830,7 @@ Mostly we check word delimiters."
...
@@ -830,9 +830,7 @@ Mostly we check word delimiters."
((
get
this-command
'flyspell-delayed
)
((
get
this-command
'flyspell-delayed
)
;; the current command is not delayed, that
;; the current command is not delayed, that
;; is that we must check the word now
;; is that we must check the word now
(
if
(
fboundp
'about-xemacs
)
(
sit-for
flyspell-delay
))
(
sit-for
flyspell-delay
nil
)
(
sit-for
flyspell-delay
0
nil
)))
(
t
t
)))
(
t
t
)))
(
t
t
)))
(
t
t
)))
...
...
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