changeset 87719:a38e332c61af

(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.
author Jason Rumney <jasonr@gnu.org>
date Sat, 12 Jan 2008 12:29:42 +0000
parents 126248279847
children 9ea4657e72a4
files lisp/nxml/nxml-mode.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/nxml/nxml-mode.el	Fri Jan 11 17:30:52 2008 +0000
+++ b/lisp/nxml/nxml-mode.el	Sat Jan 12 12:29:42 2008 +0000
@@ -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