diff lisp/vm/vm-misc.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents ec9a17fef872
children 05472e90ae02
line wrap: on
line diff
--- a/lisp/vm/vm-misc.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/vm/vm-misc.el	Mon Aug 13 08:53:38 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))))