changeset 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 8572d71ddea0
children d0de3022445d
files lisp/ChangeLog lisp/cus-start.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 13 12:55:26 2007 +0000
+++ b/lisp/ChangeLog	Sat Oct 13 16:36:05 2007 +0000
@@ -1,3 +1,8 @@
+2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* cus-start.el (all): Use test that does not match the X11 version
+	for mac.
+
 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
 
 	* progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
--- 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))