if start-process is not bound, since Ispell now supports such
platforms as well.
+1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
+ if start-process is not bound, since Ispell now supports such
+ platforms as well.
+
1999-12-12 Gerd Moellmann <gerd@gnu.org>
* mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
(define-key menu-bar-search-menu [search-forward]
'("Search..." . nonincremental-search-forward))
\f
-(if (fboundp 'start-process)
- (define-key menu-bar-edit-menu [spell] '("Spell" . ispell-menu-map)))
+(define-key menu-bar-edit-menu [spell] '("Spell" . ispell-menu-map))
(define-key menu-bar-edit-menu [fill] '("Fill" . fill-region))
(define-key menu-bar-edit-menu [props] '("Text Properties" . facemenu-menu))