diff lisp/vm/vm-misc.el @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents 360340f9fd5f
children 7d55a9ba150c
line wrap: on
line diff
--- a/lisp/vm/vm-misc.el	Mon Aug 13 09:20:50 2007 +0200
+++ b/lisp/vm/vm-misc.el	Mon Aug 13 09:21:54 2007 +0200
@@ -376,6 +376,7 @@
 (defun vm-menu-support-possible-p ()
   (or (and (boundp 'window-system)
 	   (or (eq window-system 'x)
+	       (eq window-system 'ns)      ;; NextStep
 	       (eq window-system 'win32)))
       (and (fboundp 'device-type) (eq (device-type) 'x))))