diff options
| author | Eli Zaretskii | 2005-09-09 16:24:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-09-09 16:24:25 +0000 |
| commit | b948abc811f0911a02e63ee55ad36504ddd981d6 (patch) | |
| tree | 64aaad599547d01c31c8671ce19aa0dbbf92b6af | |
| parent | 6eb33acbd4aac33844962f710917fdf0bb1bab02 (diff) | |
| download | emacs-b948abc811f0911a02e63ee55ad36504ddd981d6.tar.gz emacs-b948abc811f0911a02e63ee55ad36504ddd981d6.zip | |
Fix last change.
| -rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index c09e3152376..d8ca2a77b58 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -367,7 +367,8 @@ since it could result in memory overflow and make Emacs crash." | |||
| 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 | (or (boundp 'gtk) |
| 370 | (and (display-graphic-p) | 370 | (and window-system |
| 371 | (not (eq window-system 'pc)) | ||
| 371 | (not (eq system-type 'windows-nt))))) | 372 | (not (eq system-type 'windows-nt))))) |
| 372 | ((string-match "\\`x-" (symbol-name symbol)) | 373 | ((string-match "\\`x-" (symbol-name symbol)) |
| 373 | (fboundp 'x-create-frame)) | 374 | (fboundp 'x-create-frame)) |