From 839087fe8aa980001731a75a8f2fcb1e629b4820 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 12 Jan 2008 12:30:05 +0000 Subject: [PATCH] (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare. --- lisp/ChangeLog | 5 +++++ lisp/nxml/nxml-mode.el | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.39.5