From 01511f50e3ca2d71a04675d0f1765e66d83863a8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Dec 1999 13:15:07 +0000 Subject: [PATCH] (menu-bar-edit-menu): Define the Spell submenu even if start-process is not bound, since Ispell now supports such platforms as well. --- lisp/ChangeLog | 6 ++++++ lisp/menu-bar.el | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90f74c8f892..340b2855260 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +1999-12-12 Eli Zaretskii + + * 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 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 90826b3be65..5328fe199bc 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -261,8 +261,7 @@ A large number or nil slows down menu responsiveness." (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)) -- 2.39.5