mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
* cus-start.el (all): Use test that does not match the X11 version
for mac.
This commit is contained in:
parent
a4382f9852
commit
ce00d09337
@ -1,3 +1,8 @@
|
||||
2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* cus-start.el (all): Use test that does not match the X11 version
|
||||
for mac.
|
||||
|
||||
2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
|
||||
|
||||
* progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
|
||||
|
@ -433,7 +433,7 @@ since it could result in memory overflow and make Emacs crash."
|
||||
((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)))
|
||||
(featurep 'mac-carbon))
|
||||
((string-match "\\`x-.*gtk" (symbol-name symbol))
|
||||
(featurep 'gtk))
|
||||
((string-match "\\`x-" (symbol-name symbol))
|
||||
|
Loading…
x
Reference in New Issue
Block a user