mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
Fix last change.
This commit is contained in:
parent
6eb33acbd4
commit
b948abc811
1 changed files with 2 additions and 1 deletions
|
|
@ -367,7 +367,8 @@ since it could result in memory overflow and make Emacs crash."
|
|||
(eq system-type 'windows-nt))
|
||||
((string-match "\\`x-.*gtk" (symbol-name symbol))
|
||||
(or (boundp 'gtk)
|
||||
(and (display-graphic-p)
|
||||
(and window-system
|
||||
(not (eq window-system 'pc))
|
||||
(not (eq system-type 'windows-nt)))))
|
||||
((string-match "\\`x-" (symbol-name symbol))
|
||||
(fboundp 'x-create-frame))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue