# HG changeset patch # User Karl Heuer # Date 913259519 0 # Node ID 8d6ae4ca21a78fdaf9db81a50838253d03d13113 # Parent e2e16f655cff5503a61d4ca3333206250022d2fa Take out the eval-when's. diff -r e2e16f655cff -r 8d6ae4ca21a7 lisp/textmodes/ispell.el --- 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