]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-menu-map-needed): Delete test for menu-bar feature.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 08:42:37 +0000 (08:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 08:42:37 +0000 (08:42 +0000)
lisp/textmodes/ispell.el

index 13c62468f625486d93e1cecf5f7eed8d56ab6ed8..cd85f19f3b360a9e7e6b38a4269d24e7fdc6c54f 100644 (file)
@@ -540,8 +540,11 @@ language.aff file \(e.g., english.aff\).")
 ;;;###autoload
 (defconst ispell-menu-map-needed       ; make sure this is not Lucid Emacs
   (and (not ispell-menu-map)
-       ;; make sure this isn't Lucid Emacs
-       (featurep 'menu-bar) (string-lessp "19" emacs-version)))
+;;; This is commented out because it fails in Emacs.
+;;; due to the fact that menu-bar is loaded much later than loaddefs.
+;;;       ;; make sure this isn't Lucid Emacs
+;;;       (featurep 'menu-bar)
+       (string-lessp "19" emacs-version)))
 
 
 ;;; setup dictionary