+2005-06-09 Lute Kamstra <lute@gnu.org>
+
+ * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
+ could be void.
+
2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/debug.el (debugger-will-be-back): New var.
'(menu-item "Automatic spell checking (Flyspell)"
flyspell-mode
:help "Check spelling while you edit the text"
- :button (:toggle . flyspell-mode)))
+ :button (:toggle . (bound-and-true-p flyspell-mode))))
(define-key ispell-menu-map [ispell-complete-word]
'(menu-item "Complete Word" ispell-complete-word
:help "Complete word at cursor using dictionary"))