Mercurial > hg > xemacs-beta
diff lisp/lisp-mnt.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 1d62742628b6 |
children | a300bb07d72d |
line wrap: on
line diff
--- a/lisp/lisp-mnt.el Mon Aug 13 11:01:58 2007 +0200 +++ b/lisp/lisp-mnt.el Mon Aug 13 11:03:08 2007 +0200 @@ -343,7 +343,7 @@ (defun lm-version (&optional file) "Return the version listed in file FILE, or current buffer if FILE is nil. -This can be found in an RCS or SCCS header to crack it out of." +This can befound in an RCS or SCCS header to crack it out of." (save-excursion (if file (find-file file)) @@ -407,7 +407,7 @@ (let ((commentary (lm-commentary-mark)) (change-log (lm-history-mark)) (code (lm-code-mark)) - end) + ) (cond ((and commentary change-log) (buffer-substring commentary change-log)) @@ -415,9 +415,9 @@ (buffer-substring commentary code)) (t ;; XEmacs change (Infodock headers? -sb) - (setq commentary (lm-section-mark "DESCRIPTION" t)) - (setq end (lm-section-mark "DESCRIP-END")) - (and commentary end (buffer-substring commentary end))))) + (setq commentary (lm-section-mark "DESCRIPTION" t) + code (lm-section-mark "DESCRIP-END")) + (and commentary end (buffer-substring commentary code))))) (if file (kill-buffer (current-buffer))) ))) @@ -560,9 +560,7 @@ (mail nil (if addr (concat (car addr) " <" (cdr addr) ">") - (or (and (boundp 'report-emacs-bug-beta-address) - report-emacs-bug-beta-address) - "<xemacs-beta@xemacs.org>")) + bug-gnu-emacs) topic) (goto-char (point-max)) (insert "\nIn "