Mercurial > hg > xemacs-beta
changeset 706:c9bf82d465b5
[xemacs-hg @ 2001-12-19 00:40:25 by janv]
Missing paren in gtk-faces
author | janv |
---|---|
date | Wed, 19 Dec 2001 00:40:26 +0000 |
parents | 47f5192d44c9 |
children | a307f9a2021d |
files | lisp/ChangeLog lisp/gtk-faces.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 18 22:57:02 2001 +0000 +++ b/lisp/ChangeLog Wed Dec 19 00:40:26 2001 +0000 @@ -1,3 +1,8 @@ +2001-12-19 Jan Vroonhof <jan@xemacs.org> + + * gtk-faces.el (gtk-init-device-faces): Fix missing close paren + problem with my application of the JPW's following patch. + 2001-11-29 John Paul Wallington <jpw@shootybangbang.com> * gtk-faces.el (gtk-init-device-faces): Replaced device locale
--- a/lisp/gtk-faces.el Tue Dec 18 22:57:02 2001 +0000 +++ b/lisp/gtk-faces.el Wed Dec 19 00:40:26 2001 +0000 @@ -79,7 +79,7 @@ nil '(gtk default)) (set-face-background 'zmacs-region (nth selected (plist-get style 'background)) - nil '(gtk default)) + nil '(gtk default))) (set-face-background 'text-cursor "red3" device))) ;;; This is called from `init-frame-faces', which is called from