aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-23 06:01:21 +0000
committerDan Nicolaescu2008-07-23 06:01:21 +0000
commit601fb9b822b020e1b9566b0a60874c1de89df0b2 (patch)
treec63b62244c6799db334dfc7ccee2572481cb9175 /lisp/term
parent89e87059eb601cd685e4eee5649b7781b65a208c (diff)
downloademacs-601fb9b822b020e1b9566b0a60874c1de89df0b2.tar.gz
emacs-601fb9b822b020e1b9566b0a60874c1de89df0b2.zip
* term/ns-win.el:
* version.el (emacs-version): * loadup.el: * frame.el (make-frame-on-display): Check for ns instead of ns-windowing.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index cdb5018e230..d6416c1b16e 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -39,7 +39,7 @@
39;;; Code: 39;;; Code:
40 40
41 41
42(if (not (featurep 'ns-windowing)) 42(if (not (featurep 'ns))
43 (error "%s: Loading ns-win.el but not compiled for GNUStep/MacOS" 43 (error "%s: Loading ns-win.el but not compiled for GNUStep/MacOS"
44 (invocation-name))) 44 (invocation-name)))
45 45