]> git.eshelyaron.com Git - emacs.git/commitdiff
(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.
authorJason Rumney <jasonr@gnu.org>
Sat, 12 Jan 2008 12:30:05 +0000 (12:30 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 12 Jan 2008 12:30:05 +0000 (12:30 +0000)
lisp/ChangeLog
lisp/nxml/nxml-mode.el

index 3b0c36c0e02cdfd2a7e9f3b34ba94d95816c4496..0d9fb0dfc13e33b0165ee9694297360a53462d7b 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-12  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
+       (rng-nxml-mode-init): Declare.
+
 2008-01-11  Jason Rumney  <jasonr@gnu.org>
 
        * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
index 53c47810a1d327d08c25ea7efe190f6a4036d543..aa6ac07840044829d8de1495f4b03804ba28759f 100644 (file)
@@ -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