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
7e705a1d
Commit
7e705a1d
authored
Nov 19, 2009
by
Glenn Morris
Browse files
(sgml-lexical-context): Declare.
parent
27cacd2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+2
-0
No files found.
lisp/ChangeLog
View file @
7e705a1d
2009-11-19 Glenn Morris <rgm@gnu.org>
* textmodes/flyspell.el (sgml-lexical-context): Declare.
* net/newst-treeview.el (newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.
...
...
lisp/textmodes/flyspell.el
View file @
7e705a1d
...
...
@@ -359,6 +359,8 @@ 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
)
(
defun
sgml-mode-flyspell-verify
()
"Function used for `flyspell-generic-check-word-predicate' in SGML mode.
Tag and attribute names are not spell checked, everything else is.
...
...
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