diff lisp/cus-start.el @ 85267:46b60051ddcc

* cus-start.el (all): Use test that does not match the X11 version for mac.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 13 Oct 2007 16:36:05 +0000
parents 7f1336541cb1
children beb909dfc54d a0e466c4d599
line wrap: on
line diff
--- a/lisp/cus-start.el	Sat Oct 13 12:55:26 2007 +0000
+++ b/lisp/cus-start.el	Sat Oct 13 16:36:05 2007 +0000
@@ -433,7 +433,7 @@
 		      ((string-match "\\`w32-" (symbol-name symbol))
 		       (eq system-type 'windows-nt))
  		      ((string-match "\\`mac-" (symbol-name symbol))
- 		       (or (eq system-type 'mac) (eq system-type 'darwin)))
+ 		       (featurep 'mac-carbon))
 		      ((string-match "\\`x-.*gtk" (symbol-name symbol))
 		       (featurep 'gtk))
 		      ((string-match "\\`x-" (symbol-name symbol))