1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Silence nxml-mode.el compilation.

* lisp/nxml/nxml-mode.el: Require rng-nxml.
(rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
Remove declarations.
This commit is contained in:
Glenn Morris 2010-12-02 19:13:24 -08:00
parent 65beee5243
commit afe272389b
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2010-12-03 Glenn Morris <rgm@gnu.org>
* nxml/nxml-mode.el: Require rng-nxml.
(rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
Remove declarations.
* nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
* nxml/rng-nxml.el, nxml/rng-valid.el:
Remove leading `*' from defcustom docs.

View File

@ -38,9 +38,10 @@
(require 'nxml-util)
(require 'nxml-rap)
(require 'nxml-outln)
(declare-function rng-nxml-mode-init "rng-nxml")
(declare-function nxml-enable-unicode-char-name-sets "nxml-uchnm")
;; nxml-mode calls rng-nxml-mode-init, which is autoloaded from rng-nxml.
;; So we might as well just require it and silence the compiler.
(provide 'nxml-mode) ; avoid recursive require
(require 'rng-nxml)
;;; Customization