import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / lisp / build-report.el
index 66ef27f..26b63bd 100644 (file)
@@ -138,7 +138,7 @@ available."
 ;; Bandaid
 (when (featurep 'mime-setup)
   ;; No (defvaralias ...) so far. Thanks to "Didier Verna"
-  ;; <verna@inf.enst.fr> for reporting my incorrect defvaraliasing of
+  ;; <didier@xemacs.org> for reporting my incorrect defvaraliasing of
   ;; `mime-editor/insert-tag'.
   ;; Thanks to Jens-Ulrik Holger Petersen
   ;; <petersen@kurims.kyoto-u.ac.jp> for suggesting the conditional
@@ -151,6 +151,7 @@ available."
     (defalias 'mime-edit-insert-binary-file
       'mime-editor/insert-binary-file)))
 
+;;;###autoload
 (defun build-report (&rest args)
   "Initializes a fresh mail composition buffer using `compose-mail'
 with the contents of XEmacs Installation file and excerpts from XEmacs
@@ -213,7 +214,7 @@ The make process output must have been saved in
              (progn
                (mime-edit-insert-tag
                 "text"
-                "plain" 
+                "plain"
                 (concat
                  "\nContent-Disposition: attachment;"
                  " filename=\""
@@ -229,7 +230,7 @@ The make process output must have been saved in
          (goto-char (point-min))
          (delete-matching-lines (build-report-delete))
          (goto-char (point-min))
-         (insert "> Contents of " 
+         (insert "> Contents of "
                  build-report-make-output-file
                  "\n> keeping lines matching\n> \""
                  (build-report-keep)
@@ -239,7 +240,7 @@ The make process output must have been saved in
       (insert "> " build-report-make-output-file
              " does not exist!\n\n"))
     (buffer-string)))
-      
+
 (defun build-report-insert-installation-file (where all)
   "Inserts the contents of the `build-report-installation-file'
 created by the XEmacs Beta configure process."
@@ -258,7 +259,7 @@ created by the XEmacs Beta configure process."
              (progn
                (mime-edit-insert-tag
                 "text"
-                "plain" 
+                "plain"
                 (concat
                  "\nContent-Disposition: attachment;"
                  " filename=\""