diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-01-12 12:30:05 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-01-12 12:30:05 +0000 |
commit | 839087fe8aa980001731a75a8f2fcb1e629b4820 (patch) | |
tree | b5354cde47af8a47536d4bbe44b6822b651738a8 /lisp/nxml | |
parent | 669eb5c7eeb6cae1587e8eef6284aad31f59640a (diff) | |
download | emacs-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.el | 3 |
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 |