comparison lisp/menubar-items.el @ 349:8429d81ab209 r21-1-4

Import from CVS: tag r21-1-4
author cvs
date Mon, 13 Aug 2007 10:54:28 +0200
parents fbbf69b4e8a7
children 7347b34c275b
comparison
equal deleted inserted replaced
348:0843b9714b95 349:8429d81ab209
953 ["Recent Messages" view-lossage] 953 ["Recent Messages" view-lossage]
954 ("Misc" 954 ("Misc"
955 ["No Warranty" describe-no-warranty] 955 ["No Warranty" describe-no-warranty]
956 ["XEmacs License" describe-copying] 956 ["XEmacs License" describe-copying]
957 ["The Latest Version" describe-distribution]) 957 ["The Latest Version" describe-distribution])
958 ["Send Bug Report..." report-emacs-bug])))) 958 ["Send Bug Report..." report-emacs-bug
959 :active (fboundp 'report-emacs-bug)]))))
959 960
960 961
961 (defun maybe-add-init-button () 962 (defun maybe-add-init-button ()
962 "Don't call this. 963 "Don't call this.
963 Adds `Load .emacs' button to menubar when starting up with -q." 964 Adds `Load .emacs' button to menubar when starting up with -q."