summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 17:18:23 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 17:18:23 +0000
commit96a699d05c10d1835770c91c06d9869821cdfca6 (patch)
treee66678048c2e3635dd39144ce57429fcdb393ae5 /lisp/menu-bar.el
parentc0f43df5ae63da3fad9a7245b4f9ba294ea1735a (diff)
downloademacs-96a699d05c10d1835770c91c06d9869821cdfca6.tar.gz
(menu-bar-tools-menu): Always define GNUS entry.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
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]
'("--"))