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
2bca2e0d
Commit
2bca2e0d
authored
Nov 30, 2007
by
Glenn Morris
Browse files
(rng-do-some-validation): Fix declaration.
parent
53e2f97f
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
+4
-0
lisp/nxml/rng-maint.el
lisp/nxml/rng-maint.el
+2
-1
No files found.
lisp/ChangeLog
View file @
2bca2e0d
2007-11-30 Glenn Morris <rgm@gnu.org>
* nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
* textmodes/reftex-index.el (texmathp):
...
...
lisp/nxml/rng-maint.el
View file @
2bca2e0d
...
...
@@ -334,7 +334,8 @@
(declare-function rng-clear-cached-state "
rng-valid
" (start end))
(declare-function rng-clear-overlays "
rng-valid
" (beg end))
(declare-function rng-clear-conditional-region "
rng-valid
" ())
(declare-function rng-do-some-validation "
rng-valid
"
())
(declare-function rng-do-some-validation "
rng-valid
"
(
&optional
continue-p-function
))
(
defun
rng-validate-buffer
()
(
save-restriction
...
...
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