comparison lisp/cus-start.el @ 91053:a0e466c4d599

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 887-889) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-268
author Miles Bader <miles@gnu.org>
date Mon, 15 Oct 2007 05:03:21 +0000
parents d38543a1c0f9 46b60051ddcc
children 880960b70474
comparison
equal deleted inserted replaced
91052:72adb6e72b67 91053:a0e466c4d599
434 ((string-match "\\`dos-" (symbol-name symbol)) 434 ((string-match "\\`dos-" (symbol-name symbol))
435 (eq system-type 'ms-dos)) 435 (eq system-type 'ms-dos))
436 ((string-match "\\`w32-" (symbol-name symbol)) 436 ((string-match "\\`w32-" (symbol-name symbol))
437 (eq system-type 'windows-nt)) 437 (eq system-type 'windows-nt))
438 ((string-match "\\`mac-" (symbol-name symbol)) 438 ((string-match "\\`mac-" (symbol-name symbol))
439 (eq window-system 'mac)) 439 (featurep 'mac-carbon))
440 ((string-match "\\`x-.*gtk" (symbol-name symbol)) 440 ((string-match "\\`x-.*gtk" (symbol-name symbol))
441 (featurep 'gtk)) 441 (featurep 'gtk))
442 ((string-match "\\`x-" (symbol-name symbol)) 442 ((string-match "\\`x-" (symbol-name symbol))
443 (fboundp 'x-create-frame)) 443 (fboundp 'x-create-frame))
444 ((string-match "selection" (symbol-name symbol)) 444 ((string-match "selection" (symbol-name symbol))