From: Jason Rumney Date: Sat, 12 Jan 2008 12:30:05 +0000 (+0000) Subject: (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare. X-Git-Tag: emacs-pretest-23.0.90~8593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=839087fe8aa980001731a75a8f2fcb1e629b4820;p=emacs.git (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b0c36c0e02..0d9fb0dfc13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-01-12 Jason Rumney + + * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets) + (rng-nxml-mode-init): Declare. + 2008-01-11 Jason Rumney * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults. 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