]> git.eshelyaron.com Git - emacs.git/commitdiff
Take out the eval-when's.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Dec 1998 03:11:59 +0000 (03:11 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Dec 1998 03:11:59 +0000 (03:11 +0000)
lisp/textmodes/ispell.el

index 92031719f5c6aaed67720a6fd299725b7b575938..95dbfc3aec29eed3c44ee913ff868a6ed6365a49 100644 (file)
@@ -527,11 +527,8 @@ LANGUAGE.aff file \(e.g., english.aff\)."
   :group 'ispell)
 
 ;;; update the dictionaries at load time
-(eval-when (load)
-  (setq ispell-dictionary-alist
-       (append ispell-dictionary-alist-1 ispell-dictionary-alist-2)))
-
-
+(setq ispell-dictionary-alist
+      (append ispell-dictionary-alist-1 ispell-dictionary-alist-2))
 
 ;;; The preparation of the menu bar menu must be autoloaded
 ;;; because otherwise this file gets autoloaded every time Emacs starts
@@ -540,7 +537,7 @@ LANGUAGE.aff file \(e.g., english.aff\)."
 ;;;###autoload
 (defvar ispell-menu-map nil "Key map for ispell menu.")
 ;;; redo menu when loading ispell to get dictionary modifications
-(eval-when (load) (setq ispell-menu-map nil))
+(setq ispell-menu-map nil)
 
 ;;;###autoload
 (defvar ispell-menu-xemacs nil