diff lisp/menu-bar.el @ 26812:7afb74b5999e

(menu-bar-edit-menu): Define the Spell submenu even if start-process is not bound, since Ispell now supports such platforms as well.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 12 Dec 1999 13:15:07 +0000
parents cbc780bdc2bd
children be0785a51ed7
line wrap: on
line diff
--- a/lisp/menu-bar.el	Sun Dec 12 12:32:20 1999 +0000
+++ b/lisp/menu-bar.el	Sun Dec 12 13:15:07 1999 +0000
@@ -261,8 +261,7 @@
 (define-key menu-bar-search-menu [search-forward]
   '("Search..." . nonincremental-search-forward))
 
-(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))