diff lisp/term/ns-win.el @ 96921:72d6895432c7

* term/ns-win.el: * version.el (emacs-version): * loadup.el: * frame.el (make-frame-on-display): Check for ns instead of ns-windowing.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 23 Jul 2008 06:01:21 +0000
parents 71ed3159f616
children 0ac199626cb9
line wrap: on
line diff
--- a/lisp/term/ns-win.el	Wed Jul 23 05:58:24 2008 +0000
+++ b/lisp/term/ns-win.el	Wed Jul 23 06:01:21 2008 +0000
@@ -39,7 +39,7 @@
 ;;; Code:
 
 
-(if (not (featurep 'ns-windowing))
+(if (not (featurep 'ns))
     (error "%s: Loading ns-win.el but not compiled for GNUStep/MacOS"
 	   (invocation-name)))