# HG changeset patch # User youngs # Date 997072854 0 # Node ID 51494923758b46e9ae7dc26991a13d6d3d3c9d7d # Parent af2db7d310f2a817e82ce1979ed08a0fb8f0f181 [xemacs-hg @ 2001-08-06 04:40:51 by youngs] 2001-08-06 Steve Youngs * menubar-items.el (default-menubar): Use 'report-xemacs-bug'. * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'. diff -r af2db7d310f2 -r 51494923758b lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 04 21:22:50 2001 +0000 +++ b/lisp/ChangeLog Mon Aug 06 04:40:54 2001 +0000 @@ -1,3 +1,9 @@ +2001-08-06 Steve Youngs + + * menubar-items.el (default-menubar): Use 'report-xemacs-bug'. + + * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'. + 2001-07-28 Stephen J. Turnbull * XEmacs 21.5.2 "artichoke" is released. diff -r af2db7d310f2 -r 51494923758b lisp/lisp-mnt.el --- 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)) "")) topic) (goto-char (point-max)) diff -r af2db7d310f2 -r 51494923758b lisp/menubar-items.el --- a/lisp/menubar-items.el Sat Aug 04 21:22:50 2001 +0000 +++ b/lisp/menubar-items.el Mon Aug 06 04:40:54 2001 +0000 @@ -1515,8 +1515,8 @@ ["%_Unix Manual..." manual-entry]) "-----" ["%_Recent Messages" view-lossage] - ["Send %_Bug Report..." report-emacs-bug - :active (fboundp 'report-emacs-bug)]))) + ["Send %_Bug Report..." report-xemacs-bug + :active (fboundp 'report-xemacs-bug)]))) (defun maybe-add-init-button ()