Mercurial > emacs
changeset 83424:e5cd70e447a8
Fix error during bootstrap.
* lisp/cus-start.el: Fix compilation error.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-464
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 29 Dec 2005 01:18:49 +0000 |
parents | b64b7e867d0a |
children | c82829d08b89 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Mon Dec 26 03:16:59 2005 +0000 +++ b/lisp/cus-start.el Thu Dec 29 01:18:49 2005 +0000 @@ -394,7 +394,7 @@ ((string-match "\\`w32-" (symbol-name symbol)) (eq system-type 'windows-nt)) ((string-match "\\`mac-" (symbol-name symbol)) - (eq window-system 'mac)) + (or (eq system-type 'mac) (eq system-type 'darwin))) ((string-match "\\`x-.*gtk" (symbol-name symbol)) (featurep 'gtk)) ((string-match "\\`x-" (symbol-name symbol))