comparison lisp/build-report.el @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 2f8bb876ab1d
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
149 (defalias 'mime-edit-insert-tag 'mime-editor/insert-tag)) 149 (defalias 'mime-edit-insert-tag 'mime-editor/insert-tag))
150 (unless (fboundp 'mime-edit-insert-binary-file) 150 (unless (fboundp 'mime-edit-insert-binary-file)
151 (defalias 'mime-edit-insert-binary-file 151 (defalias 'mime-edit-insert-binary-file
152 'mime-editor/insert-binary-file))) 152 'mime-editor/insert-binary-file)))
153 153
154 ;;;###autoload
154 (defun build-report (&rest args) 155 (defun build-report (&rest args)
155 "Initializes a fresh mail composition buffer using `compose-mail' 156 "Initializes a fresh mail composition buffer using `compose-mail'
156 with the contents of XEmacs Installation file and excerpts from XEmacs 157 with the contents of XEmacs Installation file and excerpts from XEmacs
157 make output and errors and leaves point at the beginning of the mail text. 158 make output and errors and leaves point at the beginning of the mail text.
158 See also 159 See also