diff options
| author | Glenn Morris | 2008-10-04 18:45:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-04 18:45:30 +0000 |
| commit | 3dcdb6ea2ccd415f5496e14c926c24877597dd62 (patch) | |
| tree | cb1a47ed4d71e453d97843b291adbf46cefbb86f /lisp | |
| parent | 244a0c3ce7790056bf8745db11b364d32f9d8372 (diff) | |
| download | emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.tar.gz emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.zip | |
Fix case of "GNUstep".
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
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)) |