+2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
+
+ * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
+ check since ispell-process is not bound when ispell is not yet loaded.
+
2000-08-18 Dave Love <fx@gnu.org>
* image.el (find-image): Copy `spec' before using plist-put.
* mail/mh-e.el (mh-make-local-vars):
Replace make-variable-buffer-local with make-local-variable.
+ * play/landmark.el:
* options.el (Edit-options-{set,toggle,t,nil}):
* mail/mailabbrev.el (mail-abbrevs-mode):
* textmodes/tex-mode.el (tex-expand-files):
: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]