Mercurial > emacs
changeset 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 | cc5d95f3bc3a |
children | da094b0ffe3c |
files | lisp/ChangeLog lisp/menu-bar.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Dec 12 12:32:20 1999 +0000 +++ b/lisp/ChangeLog Sun Dec 12 13:15:07 1999 +0000 @@ -1,3 +1,9 @@ +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
--- 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))