]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-menu-map): Add missing quote in defalias.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Jul 1993 06:55:39 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Jul 1993 06:55:39 +0000 (06:55 +0000)
(ispell-window-configuration): Initialize to nil.

lisp/textmodes/ispell4.el

index 2fd81579bbea73f23f43d1c122eaafbe8345aeb4..3dbf8e4eec41fdafbb0f8bbe91b2d5dc29f5101d 100644 (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))