+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
((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))