Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
64fd98a9
Commit
64fd98a9
authored
Apr 06, 1995
by
Richard M. Stallman
Browse files
(ispell-menu-map-needed): Delete test for menu-bar feature.
parent
d8276768
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+5
-2
No files found.
lisp/textmodes/ispell.el
View file @
64fd98a9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment