/[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.81 by teirllm, Fri Aug 19 02:08:56 2005 UTC revision 1.82 by eliz, Fri Sep 9 16:21:23 2005 UTC
# Line 366  since it could result in memory overflow Line 366  since it could result in memory overflow
366                        ((string-match "\\`w32-" (symbol-name symbol))                        ((string-match "\\`w32-" (symbol-name symbol))
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) (not (eq system-type 'windows-nt))))                         (or (boundp 'gtk)
370                               (and (display-graphic-p)
371                                    (not (eq system-type 'windows-nt)))))
372                        ((string-match "\\`x-" (symbol-name symbol))                        ((string-match "\\`x-" (symbol-name symbol))
373                         (fboundp 'x-create-frame))                         (fboundp 'x-create-frame))
374                          ((string-match "selection" (symbol-name symbol))
375                           (fboundp 'x-selection-exists-p))
376                          ((string-match "fringe" (symbol-name symbol))
377                           (fboundp 'define-fringe-bitmap))
378                        (t t))))                        (t t))))
379      (if (not (boundp symbol))      (if (not (boundp symbol))
380          ;; If variables are removed from C code, give an error here!          ;; If variables are removed from C code, give an error here!

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

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