Mercurial > hg > xemacs-beta
diff lisp/lisp-mnt.el @ 644:51494923758b
[xemacs-hg @ 2001-08-06 04:40:51 by youngs]
2001-08-06 Steve Youngs <youngs@xemacs.org>
* menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
* lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
author | youngs |
---|---|
date | Mon, 06 Aug 2001 04:40:54 +0000 |
parents | 7039e6323819 |
children | 79940b592197 |
line wrap: on
line diff
--- a/lisp/lisp-mnt.el Sat Aug 04 21:22:50 2001 +0000 +++ b/lisp/lisp-mnt.el Mon Aug 06 04:40:54 2001 +0000 @@ -560,8 +560,8 @@ (mail nil (if addr (concat (car addr) " <" (cdr addr) ">") - (or (and (boundp 'report-emacs-bug-beta-address) - (declare-boundp report-emacs-bug-beta-address)) + (or (and (boundp 'report-xemacs-bug-beta-address) + (declare-boundp report-xemacs-bug-beta-address)) "<xemacs-beta@xemacs.org>")) topic) (goto-char (point-max))