aboutsummaryrefslogtreecommitdiff
path: root/lib/maths-menu.el
diff options
context:
space:
mode:
authorDavid Aspinall2008-01-28 20:45:05 +0000
committerDavid Aspinall2008-01-28 20:45:05 +0000
commit351f3b01b8c799fcfe6b6493b7a66cd8bb52e937 (patch)
tree3d6babeaaa95f050bb57064a1f1ebf31816f4648 /lib/maths-menu.el
parente069c5537812431fb268395c339ec5b3b9f8b814 (diff)
Appearance is OK with NextStep Emacs.app.
Diffstat (limited to 'lib/maths-menu.el')
-rw-r--r--lib/maths-menu.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/maths-menu.el b/lib/maths-menu.el
index 365a790a..edfb1b85 100644
--- a/lib/maths-menu.el
+++ b/lib/maths-menu.el
@@ -316,14 +316,15 @@
:help "Menu of maths characters to insert"))
map))
-;; Unless we have Gtk/Carbon menus, we probably can't display the maths
-;; correctly in the menu bar.
+;; Unless we have Gtk/Carbon/Nextstep/Other menus, we probably can't
+;; display the maths correctly in the menu bar.
(unless
(or (string-match "--with-gtk" system-configuration-options)
+ (string-match "--with-ns" system-configuration-options)
(string-match "--with-carbon" system-configuration-options))
(define-key-after maths-menu-menu [warnl] '(menu-item "--"))
(define-key-after maths-menu-menu [warn1]
- '(menu-item "NB. This Emacs displays"))
+ '(menu-item "NB. This Emacs may display"))
(define-key-after maths-menu-menu [warn2]
'(menu-item "the maths chars wrongly"))
(define-key-after maths-menu-menu [warn3]