diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 17:18:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 17:18:23 +0000 |
commit | 96a699d05c10d1835770c91c06d9869821cdfca6 (patch) | |
tree | e66678048c2e3635dd39144ce57429fcdb393ae5 /lisp/menu-bar.el | |
parent | c0f43df5ae63da3fad9a7245b4f9ba294ea1735a (diff) | |
download | emacs-96a699d05c10d1835770c91c06d9869821cdfca6.tar.gz |
(menu-bar-tools-menu): Always define GNUS entry.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index a43552a6e3c..1c122889ba1 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -53,8 +53,7 @@ (define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar)) (define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail)) -(if (fboundp 'open-network-stream) - (define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))) +(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus)) (define-key menu-bar-tools-menu [separator-vc] '("--")) |