# HG changeset patch # User yoshiki # Date 990432434 0 # Node ID 93749ba3e6293f8836944c3e2ab718c06a66cd80 # Parent bc4355ec8a3254e591d2adf8c7c2522393759508 [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. diff -r bc4355ec8a32 -r 93749ba3e629 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 21 08:04:35 2001 +0000 +++ b/lisp/ChangeLog Mon May 21 08:07:14 2001 +0000 @@ -1,3 +1,7 @@ +2001-03-19 Karl M. Hegbloom + + * cus-edit.el (custom-display): Support the GTK Window System also. + 2001-05-21 Martin Buchholz * byte-optimize.el (=): `=' is not a binary predicate! diff -r bc4355ec8a32 -r 93749ba3e629 lisp/cus-edit.el --- a/lisp/cus-edit.el Mon May 21 08:04:35 2001 +0000 +++ b/lisp/cus-edit.el Mon May 21 08:07:14 2001 +0000 @@ -2351,6 +2351,10 @@ :sibling-args (:help-echo "\ The X11 Window System") x) + (const :format "GTK " + :sibling-args (:help-echo "\ +The GTK Window System") + gtk) (const :format "PM " :sibling-args (:help-echo "\ OS/2 Presentation Manager")