emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el,v
Date: Fri, 12 Oct 2007 23:40:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/12 23:40:43

Index: cus-start.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- cus-start.el        9 Oct 2007 08:52:46 -0000       1.109
+++ cus-start.el        12 Oct 2007 23:40:41 -0000      1.110
@@ -433,7 +433,7 @@
                      ((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)))
+                      (eq window-system 'mac))
                      ((string-match "\\`x-.*gtk" (symbol-name symbol))
                       (featurep 'gtk))
                      ((string-match "\\`x-" (symbol-name symbol))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]