# HG changeset patch # User Dan Nicolaescu # Date 1192266867 0 # Node ID 7f1336541cb11d4cc71b6a1943e092ce6c551620 # Parent b9c465f0ac72578760f19b992def408752ea9528 * cus-start.el (all): Undo previous change. diff -r b9c465f0ac72 -r 7f1336541cb1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 13 07:24:20 2007 +0000 +++ b/lisp/ChangeLog Sat Oct 13 09:14:27 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-13 Dan Nicolaescu + + * cus-start.el (all): Undo previous change. + 2007-10-13 Glenn Morris * woman.el (woman0-rename): Fix paren typo. diff -r b9c465f0ac72 -r 7f1336541cb1 lisp/cus-start.el --- a/lisp/cus-start.el Sat Oct 13 07:24:20 2007 +0000 +++ b/lisp/cus-start.el Sat Oct 13 09:14:27 2007 +0000 @@ -433,7 +433,7 @@ ((string-match "\\`w32-" (symbol-name symbol)) (eq system-type 'windows-nt)) ((string-match "\\`mac-" (symbol-name symbol)) - (eq window-system 'mac)) + (or (eq system-type 'mac) (eq system-type 'darwin))) ((string-match "\\`x-.*gtk" (symbol-name symbol)) (featurep 'gtk)) ((string-match "\\`x-" (symbol-name symbol))