Mercurial > emacs
changeset 87323:24f44404f3aa
(rng-update-autoloads, rng-byte-compile-load)
(rng-format-manual, rng-write-version): Do not autoload.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 19 Dec 2007 00:55:16 +0000 |
parents | e99e230d7eb3 |
children | c2d365f73e14 |
files | lisp/nxml/rng-maint.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/nxml/rng-maint.el Tue Dec 18 21:02:53 2007 +0000 +++ b/lisp/nxml/rng-maint.el Wed Dec 19 00:55:16 2007 +0000 @@ -43,7 +43,6 @@ rng-xsd rng-nxml)) -;;;###autoload (defun rng-update-autoloads () "Update the autoloads in rng-auto.el." (interactive) @@ -81,7 +80,6 @@ rng-nxml rng-maint)) -;;;###autoload (defun rng-byte-compile-load () "Byte-compile and load all of the RELAX NG library in an appropriate order." (interactive) @@ -101,7 +99,6 @@ (defvar rng-manual-texi (concat rng-manual-base ".texi")) (defvar rng-manual-info (concat rng-manual-base ".info")) -;;;###autoload (defun rng-format-manual () "Create manual.texi from manual.xml." (interactive) @@ -290,7 +287,6 @@ ;;; Versioning -;;;###autoload (defun rng-write-version () (find-file "VERSION") (erase-buffer)