aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-13 16:36:05 +0000
committerDan Nicolaescu2007-10-13 16:36:05 +0000
commitce00d093379eb0b90ff68c803c657a7677857f76 (patch)
treeef02ba22451b5a7f9fc2abba63725361c5af8c66
parenta4382f9852d0ebe48edc922293f6eed262f6116f (diff)
downloademacs-ce00d093379eb0b90ff68c803c657a7677857f76.tar.gz
emacs-ce00d093379eb0b90ff68c803c657a7677857f76.zip
* cus-start.el (all): Use test that does not match the X11 version
for mac.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/cus-start.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1dfae3c8d3b..bd4f1bbb748 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * cus-start.el (all): Use test that does not match the X11 version
4 for mac.
5
12007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change) 62007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2 7
3 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the 8 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 179fd6b183e..6a66d8caa75 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -433,7 +433,7 @@ since it could result in memory overflow and make Emacs crash."
433 ((string-match "\\`w32-" (symbol-name symbol)) 433 ((string-match "\\`w32-" (symbol-name symbol))
434 (eq system-type 'windows-nt)) 434 (eq system-type 'windows-nt))
435 ((string-match "\\`mac-" (symbol-name symbol)) 435 ((string-match "\\`mac-" (symbol-name symbol))
436 (or (eq system-type 'mac) (eq system-type 'darwin))) 436 (featurep 'mac-carbon))
437 ((string-match "\\`x-.*gtk" (symbol-name symbol)) 437 ((string-match "\\`x-.*gtk" (symbol-name symbol))
438 (featurep 'gtk)) 438 (featurep 'gtk))
439 ((string-match "\\`x-" (symbol-name symbol)) 439 ((string-match "\\`x-" (symbol-name symbol))