From 64fd98a95e3e320d7636d12d31eeb23e21c2de57 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Apr 1995 08:42:37 +0000 Subject: [PATCH] (ispell-menu-map-needed): Delete test for menu-bar feature. --- lisp/textmodes/ispell.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 13c62468f62..cd85f19f3b3 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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 -- 2.39.5