(ispell-menu-map): Add missing quote in defalias.

(ispell-window-configuration): Initialize to nil.
This commit is contained in:
Richard M. Stallman 1993-07-15 06:55:39 +00:00
parent e4953cae72
commit e3a39644f2

View file

@ -62,7 +62,7 @@ and need not be mentioned here.")
;; 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)
@ -214,7 +214,7 @@ that have not already been dumped will be lost."
(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))