# HG changeset patch # User Richard M. Stallman # Date 742719339 0 # Node ID 230eede21566e5dd904a0238ef7d504edd6db03f # Parent d42fc10d9c96fc795266ba48ee665b1392f37baf (ispell-menu-map): Add missing quote in defalias. (ispell-window-configuration): Initialize to nil. diff -r d42fc10d9c96 -r 230eede21566 lisp/textmodes/=ispell4.el --- a/lisp/textmodes/=ispell4.el Thu Jul 15 05:49:21 1993 +0000 +++ b/lisp/textmodes/=ispell4.el Thu Jul 15 06:55:39 1993 +0000 @@ -62,7 +62,7 @@ ;; 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 @@ (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))