# HG changeset patch # User Karoly Lorentey # Date 1135819129 0 # Node ID e5cd70e447a801cc79316513bf7746bec3983570 # Parent b64b7e867d0ab503e3c7cdc8e8824b24ffe9088d Fix error during bootstrap. * lisp/cus-start.el: Fix compilation error. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-464 diff -r b64b7e867d0a -r e5cd70e447a8 lisp/cus-start.el --- 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))