Mercurial > emacs
changeset 11217:f634aecca4a4
(ispell-menu-map-needed): Delete test for menu-bar feature.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Apr 1995 08:42:37 +0000 |
parents | 49b437fefafd |
children | fc73b8f750f1 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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