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:
parent
984ae4edd2
commit
5b42ec2b00
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue