summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-01-12 12:30:05 +0000
committerJason Rumney <jasonr@gnu.org>2008-01-12 12:30:05 +0000
commit839087fe8aa980001731a75a8f2fcb1e629b4820 (patch)
treeb5354cde47af8a47536d4bbe44b6822b651738a8 /lisp/nxml
parent669eb5c7eeb6cae1587e8eef6284aad31f59640a (diff)
downloademacs-839087fe8aa980001731a75a8f2fcb1e629b4820.tar.gz
(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 53c47810a1d..aa6ac078400 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -43,6 +43,9 @@
(require 'nxml-rap)
(require 'nxml-outln)
+(declare-function rng-nxml-mode-init "rng-nxml")
+(declare-function nxml-enable-unicode-char-name-sets "nxml-uchnm")
+
;;; Customization
(defgroup nxml nil