Mercurial > emacs
changeset 83366:5a8e49e5b281
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
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 10 Sep 2005 23:00:15 +0000 |
parents | 98c880698d66 |
children | 2b5fb28780be |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Fri Sep 09 20:53:18 2005 +0000 +++ b/lisp/cus-start.el Sat Sep 10 23:00:15 2005 +0000 @@ -366,10 +366,7 @@ ((string-match "\\`w32-" (symbol-name symbol)) (eq system-type 'windows-nt)) ((string-match "\\`x-.*gtk" (symbol-name symbol)) - (or (boundp 'gtk) - (and window-system - (not (eq window-system 'pc)) - (not (eq system-type 'windows-nt))))) + (featurep 'gtk)) ((string-match "\\`x-" (symbol-name symbol)) (fboundp 'x-create-frame)) ((string-match "selection" (symbol-name symbol))