]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-start.el (all): Use test that does not match the X11 version
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 13 Oct 2007 16:36:05 +0000 (16:36 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 13 Oct 2007 16:36:05 +0000 (16:36 +0000)
for mac.

lisp/ChangeLog
lisp/cus-start.el

index 1dfae3c8d3b965ec16761ddf5c55b5a45ed2753c..bd4f1bbb748cea83f496afbb46ad5e5e04a94eb7 100644 (file)
@@ -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
index 179fd6b183ebcda6f5a6cc00b20fb846d67decc3..6a66d8caa75f0e23788ce97a93ab4d90b01d48f1 100644 (file)
@@ -433,7 +433,7 @@ since it could result in memory overflow and make Emacs crash."
                      ((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))