]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-edit-menu): Define the Spell submenu even
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Dec 1999 13:15:07 +0000 (13:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Dec 1999 13:15:07 +0000 (13:15 +0000)
if start-process is not bound, since Ispell now supports such
platforms as well.

lisp/ChangeLog
lisp/menu-bar.el

index 90f74c8f89238a0da1551a3375ea8a5b8f644f29..340b2855260ad66679b876e87a9233869faa7a6f 100644 (file)
@@ -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
index 90826b3be65729f6c98ec50d1ff79b95d46d2e02..5328fe199bc40a8c196761278731f52386e5e44d 100644 (file)
@@ -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))
 \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))