diff lisp/textmodes/ispell.el @ 23847:8d6ae4ca21a7

Take out the eval-when's.
author Karl Heuer <kwzh@gnu.org>
date Thu, 10 Dec 1998 03:11:59 +0000
parents f7665af4bdf8
children 1f671d01563a
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Thu Dec 10 03:09:12 1998 +0000
+++ b/lisp/textmodes/ispell.el	Thu Dec 10 03:11:59 1998 +0000
@@ -527,11 +527,8 @@
   :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 @@
 ;;;###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