Mercurial > emacs
changeset 23847:8d6ae4ca21a7
Take out the eval-when's.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 10 Dec 1998 03:11:59 +0000 |
parents | e2e16f655cff |
children | 7896e341d77f |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
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