changeset 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 af2db7d310f2
children 87900685187b
files lisp/ChangeLog lisp/lisp-mnt.el lisp/menubar-items.el
diffstat 3 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <youngs@xemacs.org>
+
+	* 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  <stephen@xemacs.org>
 
 	* XEmacs 21.5.2 "artichoke" is released.
--- 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))
--- 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 ()