# HG changeset patch # User Richard M. Stallman # Date 797157757 0 # Node ID f634aecca4a4ba435cac61c53886db47caf74e98 # Parent 49b437fefafd609a0ebccad71551ed1519ff4561 (ispell-menu-map-needed): Delete test for menu-bar feature. diff -r 49b437fefafd -r f634aecca4a4 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu Apr 06 08:11:31 1995 +0000 +++ b/lisp/textmodes/ispell.el Thu Apr 06 08:42:37 1995 +0000 @@ -540,8 +540,11 @@ ;;;###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