From 532c980ff14c8144e508fd0d0a63320f868b91b8 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Fri, 12 Nov 2010 17:34:37 -0500 Subject: [PATCH] Slight file reorganization --- elinstall.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/elinstall.el b/elinstall.el index 970fed5..9813d75 100644 --- a/elinstall.el +++ b/elinstall.el @@ -158,7 +158,8 @@ CAUTION: This is sensitive to where it's called. That's the point of it." (when (equal file (third act)) (setq the-act act))))) the-act)) -;;;_ . elinstall-insert-section-header +;;;_ . About printing to autoload file +;;;_ , elinstall-insert-section-header (defun elinstall-insert-section-header (outbuf form) "Insert the section-header line, which lists the file name and which functions are in it, etc." @@ -176,7 +177,6 @@ which lists the file name and which functions are in it, etc." (or (eolp) (insert "\n" generate-autoload-section-continuation)))))) -;;;_ . Making autoloads ;;;_ , elinstall-insert-autoload-section (defun elinstall-insert-autoload-section (text form &optional comment-string) "Insert TEXT into current buffer as an autoload section" @@ -192,6 +192,7 @@ which lists the file name and which functions are in it, etc." (insert text) (insert generate-autoload-section-trailer))) +;;;_ . Making autoloads ;;;_ , elinstall-make-autoload-action (defun elinstall-make-autoload-action (buf def-file load-path-element full-path) "Return the autoloads for current buffer as a string" -- 2.11.4.GIT