;; Non-nil means we have started showing an alternatives window.
;; This is the window config from before then.
-(defvar ispell-window-configuration)
+(defvar ispell-window-configuration nil)
;t when :dump command needed
(defvar ispell-dump-needed nil)
(memq major-mode '(plain-TeX-mode LaTeX-mode)))
(defvar ispell-menu-map (make-sparse-keymap "Spell"))
-(defalias ispell-menu-map ispell-menu-map)
+(defalias 'ispell-menu-map ispell-menu-map)
(define-key ispell-menu-map [reload-ispell]
'("Reload Dictionary" . reload-ispell))