Mercurial > emacs
changeset 4105:230eede21566
(ispell-menu-map): Add missing quote in defalias.
(ispell-window-configuration): Initialize to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Jul 1993 06:55:39 +0000 |
parents | d42fc10d9c96 |
children | bfc21ea9a00f |
files | lisp/textmodes/=ispell4.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))