/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.82 by eliz, Fri Sep 9 16:21:23 2005 UTC revision 1.83 by eliz, Fri Sep 9 16:24:25 2005 UTC
# Line 367  since it could result in memory overflow Line 367  since it could result in memory overflow
367                         (eq system-type 'windows-nt))                         (eq system-type 'windows-nt))
368                        ((string-match "\\`x-.*gtk" (symbol-name symbol))                        ((string-match "\\`x-.*gtk" (symbol-name symbol))
369                         (or (boundp 'gtk)                         (or (boundp 'gtk)
370                             (and (display-graphic-p)                             (and window-system
371                                    (not (eq window-system 'pc))
372                                  (not (eq system-type 'windows-nt)))))                                  (not (eq system-type 'windows-nt)))))
373                        ((string-match "\\`x-" (symbol-name symbol))                        ((string-match "\\`x-" (symbol-name symbol))
374                         (fboundp 'x-create-frame))                         (fboundp 'x-create-frame))

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26