diff options
| author | David Aspinall | 2008-01-28 20:45:05 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-28 20:45:05 +0000 |
| commit | 351f3b01b8c799fcfe6b6493b7a66cd8bb52e937 (patch) | |
| tree | 3d6babeaaa95f050bb57064a1f1ebf31816f4648 | |
| parent | e069c5537812431fb268395c339ec5b3b9f8b814 (diff) | |
Appearance is OK with NextStep Emacs.app.
| -rw-r--r-- | lib/maths-menu.el | 7 |
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] |
