Mercurial > emacs
changeset 85238:7f1336541cb1
* cus-start.el (all): Undo previous change.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 13 Oct 2007 09:14:27 +0000 |
parents | b9c465f0ac72 |
children | 3f37000e811a |
files | lisp/ChangeLog lisp/cus-start.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * cus-start.el (all): Undo previous change. + 2007-10-13 Glenn Morris <rgm@gnu.org> * woman.el (woman0-rename): Fix paren typo.
--- 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))