comparison lisp/cus-edit.el @ 555:93749ba3e629

[xemacs-hg @ 2001-05-21 08:07:13 by yoshiki] Karl M. Hegbloom's patch "[cus-edit.el] Edit faces: Support GTK Window System also.", <87d7bdfwxw.fsf@microsharp.com> * cus-edit.el (custom-display): Support the GTK Window System also.
author yoshiki
date Mon, 21 May 2001 08:07:14 +0000
parents e07227fed94e
children 023b83f4e54b
comparison
equal deleted inserted replaced
554:bc4355ec8a32 555:93749ba3e629
2349 :offset 0 2349 :offset 0
2350 (const :format "X " 2350 (const :format "X "
2351 :sibling-args (:help-echo "\ 2351 :sibling-args (:help-echo "\
2352 The X11 Window System") 2352 The X11 Window System")
2353 x) 2353 x)
2354 (const :format "GTK "
2355 :sibling-args (:help-echo "\
2356 The GTK Window System")
2357 gtk)
2354 (const :format "PM " 2358 (const :format "PM "
2355 :sibling-args (:help-echo "\ 2359 :sibling-args (:help-echo "\
2356 OS/2 Presentation Manager") 2360 OS/2 Presentation Manager")
2357 pm) 2361 pm)
2358 (const :format "MSWindows " 2362 (const :format "MSWindows "