diff options
| author | Karoly Lorentey | 2005-09-10 23:00:15 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-10 23:00:15 +0000 |
| commit | 79cf212310d3b1dc039f2f752fd91d54cd03670c (patch) | |
| tree | c2d92915464c65763bb35e895bd496a0b40a67a6 | |
| parent | 01c62982384031a2fe57ec6364400d1eaf5e603e (diff) | |
| download | emacs-79cf212310d3b1dc039f2f752fd91d54cd03670c.tar.gz emacs-79cf212310d3b1dc039f2f752fd91d54cd03670c.zip | |
Fix bootstrap error.
* lisp/cus-start.el: Remove bogus window-system reference from GTK test.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-406
| -rw-r--r-- | lisp/cus-start.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index d8ca2a77b58..96a8c5a8b27 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -366,10 +366,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 366 | ((string-match "\\`w32-" (symbol-name symbol)) | 366 | ((string-match "\\`w32-" (symbol-name symbol)) |
| 367 | (eq system-type 'windows-nt)) | 367 | (eq system-type 'windows-nt)) |
| 368 | ((string-match "\\`x-.*gtk" (symbol-name symbol)) | 368 | ((string-match "\\`x-.*gtk" (symbol-name symbol)) |
| 369 | (or (boundp 'gtk) | 369 | (featurep 'gtk)) |
| 370 | (and window-system | ||
| 371 | (not (eq window-system 'pc)) | ||
| 372 | (not (eq system-type 'windows-nt))))) | ||
| 373 | ((string-match "\\`x-" (symbol-name symbol)) | 370 | ((string-match "\\`x-" (symbol-name symbol)) |
| 374 | (fboundp 'x-create-frame)) | 371 | (fboundp 'x-create-frame)) |
| 375 | ((string-match "selection" (symbol-name symbol)) | 372 | ((string-match "selection" (symbol-name symbol)) |