mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* cus-start.el (all): Undo previous change.
This commit is contained in:
parent
5f90d53e19
commit
3d2062d8f6
@ -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.
|
||||
|
@ -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))
|
||||
(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))
|
||||
|
Loading…
Reference in New Issue
Block a user