diff lisp/cus-start.el @ 85238:7f1336541cb1

* cus-start.el (all): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 13 Oct 2007 09:14:27 +0000
parents c4472165ba35
children 46b60051ddcc
line wrap: on
line diff
--- a/lisp/cus-start.el	Sat Oct 13 07:24:20 2007 +0000
+++ b/lisp/cus-start.el	Sat Oct 13 09:14:27 2007 +0000
@@ -433,7 +433,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))