mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.
This commit is contained in:
parent
669eb5c7ee
commit
839087fe8a
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue