aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorGlenn Morris2008-10-04 18:45:30 +0000
committerGlenn Morris2008-10-04 18:45:30 +0000
commit3dcdb6ea2ccd415f5496e14c926c24877597dd62 (patch)
treecb1a47ed4d71e453d97843b291adbf46cefbb86f /lisp/term
parent244a0c3ce7790056bf8745db11b364d32f9d8372 (diff)
downloademacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.tar.gz
emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.zip
Fix case of "GNUstep".
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 94f0806e985..51de66ee5c9 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -40,7 +40,7 @@
40 40
41 41
42(if (not (featurep 'ns)) 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
46(eval-when-compile (require 'cl)) 46(eval-when-compile (require 'cl))