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
4c3a215a
Commit
4c3a215a
authored
Mar 22, 2010
by
Glenn Morris
Browse files
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
parent
e9ba3e26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4c3a215a
2010-03-23 Glenn Morris <rgm@gnu.org>
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
2010-03-21 Chong Yidong <cyd@stupidchicken.com>
* indent.el (indent-for-tab-command): Doc fix.
...
...
lisp/textmodes/flyspell.el
View file @
4c3a215a
...
...
@@ -359,7 +359,7 @@ property of the major mode name.")
(
put
'html-mode
'flyspell-mode-predicate
'sgml-mode-flyspell-verify
)
(
put
'nxml-mode
'flyspell-mode-predicate
'sgml-mode-flyspell-verify
)
(
declare-function
sgml-lexical-context
"sgml-mode"
&optional
limit
)
(
autoload
'
sgml-lexical-context
"sgml-mode"
)
(
defun
sgml-mode-flyspell-verify
()
"Function used for `flyspell-generic-check-word-predicate' in SGML mode.
...
...
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