]> git.eshelyaron.com Git - emacs.git/commitdiff
(rng-update-autoloads, rng-byte-compile-load)
authorJason Rumney <jasonr@gnu.org>
Wed, 19 Dec 2007 00:55:16 +0000 (00:55 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 19 Dec 2007 00:55:16 +0000 (00:55 +0000)
(rng-format-manual, rng-write-version): Do not autoload.

lisp/nxml/rng-maint.el

index c4cf0fdfa4566ac8671b83af3b3f378a78e8ebac..fa72dcf46bcd6e15680815f2a46a83d30b8d72ba 100644 (file)
@@ -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)
 (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)
 
 ;;; Versioning
 
-;;;###autoload
 (defun rng-write-version ()
   (find-file "VERSION")
   (erase-buffer)