1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp.

This commit is contained in:
Richard M. Stallman 1995-04-08 20:40:33 +00:00
parent 984ae4edd2
commit 5b42ec2b00

View file

@ -206,7 +206,8 @@
(define-key menu-bar-search-menu [search-fwd]
'("Search" . nonincremental-search-forward))
(define-key menu-bar-edit-menu [spell] '("Spell" . ispell-menu-map))
(if (fboundp 'start-process)
(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))