Mercurial > emacs
changeset 30954:1a632863b632
(ispell-menu-map-needed): Put back the boundp
check since ispell-process is not bound when ispell is not yet loaded.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Aug 2000 18:45:51 +0000 |
parents | 2c9c5a2d8d8f |
children | 3e6393238058 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Fri Aug 18 13:45:36 2000 +0000 +++ b/lisp/textmodes/ispell.el Fri Aug 18 18:45:51 2000 +0000 @@ -862,7 +862,7 @@ :help "Supply explicit path to dictionary")) (define-key ispell-menu-map [ispell-kill-ispell] '(menu-item "Kill Process" ispell-kill-ispell - :enable (and ispell-process + :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help "Terminate Ispell subprocess")) (define-key ispell-menu-map [ispell-pdict-save]