comparison lisp/menubar-items.el @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 558f606b08ae
children c9fe270a4101
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
924 ["Recent Messages" view-lossage] 924 ["Recent Messages" view-lossage]
925 ("Misc" 925 ("Misc"
926 ["No Warranty" describe-no-warranty] 926 ["No Warranty" describe-no-warranty]
927 ["XEmacs License" describe-copying] 927 ["XEmacs License" describe-copying]
928 ["The Latest Version" describe-distribution]) 928 ["The Latest Version" describe-distribution])
929 ["Submit Bug Report" send-pr])))) 929 ["Submit Bug Report" send-pr
930 :active (fboundp 'send-pr)]))))
930 931
931 932
932 (defun maybe-add-init-button () 933 (defun maybe-add-init-button ()
933 "Don't call this. 934 "Don't call this.
934 Adds `Load .emacs' button to menubar when starting up with -q." 935 Adds `Load .emacs' button to menubar when starting up with -q."