Mercurial > hg > xemacs-beta
comparison lisp/menubar-items.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 | 5bdbc721d46a |
children | 6b890cfde2b1 |
comparison
equal
deleted
inserted
replaced
643:af2db7d310f2 | 644:51494923758b |
---|---|
1513 ["Find %_Packages" finder-by-keyword] | 1513 ["Find %_Packages" finder-by-keyword] |
1514 ["View %_Splash Screen" xemacs-splash-buffer] | 1514 ["View %_Splash Screen" xemacs-splash-buffer] |
1515 ["%_Unix Manual..." manual-entry]) | 1515 ["%_Unix Manual..." manual-entry]) |
1516 "-----" | 1516 "-----" |
1517 ["%_Recent Messages" view-lossage] | 1517 ["%_Recent Messages" view-lossage] |
1518 ["Send %_Bug Report..." report-emacs-bug | 1518 ["Send %_Bug Report..." report-xemacs-bug |
1519 :active (fboundp 'report-emacs-bug)]))) | 1519 :active (fboundp 'report-xemacs-bug)]))) |
1520 | 1520 |
1521 | 1521 |
1522 (defun maybe-add-init-button () | 1522 (defun maybe-add-init-button () |
1523 "Don't call this. | 1523 "Don't call this. |
1524 Adds `Load .emacs' button to menubar when starting up with -q." | 1524 Adds `Load .emacs' button to menubar when starting up with -q." |