aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-12 23:40:42 +0000
committerDan Nicolaescu2007-10-12 23:40:42 +0000
commite470405ced6820ed3c8af94be3e2426b9654e19f (patch)
tree064e17f552d58ea9b4714798585bd12feb2a0a67
parentef63ea1c7a7ddd50ad9818367826340098dd6547 (diff)
downloademacs-e470405ced6820ed3c8af94be3e2426b9654e19f.tar.gz
emacs-e470405ced6820ed3c8af94be3e2426b9654e19f.zip
* cus-start.el (all): Use the same test as the 22.2 branch.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-start.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd796c99f4a..9865fd4f0c6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * cus-start.el (all): Use the same test as the 22.2 branch.
4
12007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> 52007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * diff-mode.el (diff-current-defun): Force recomputation of 7 * diff-mode.el (diff-current-defun): Force recomputation of
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 179fd6b183e..c5d50549c5e 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 (eq window-system 'mac))
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))