Mercurial > hg > xemacs-beta
comparison lisp/widgets-gtk.el @ 523:cd662ad69f40
[xemacs-hg @ 2001-05-09 13:43:49 by ben]
regex.c: fix error compiling regexps with back-references in them.
xemacs.mak: do not warn about gtk when we're not trying to compile with it.
font.el, gtk-widget-accessors.el, widgets-gtk.el, x-font-menu.el: fix byte-compilation warnings.
etags.c: temporary fix to avoid crashes with new regex code.
PROBLEMS: i swear i already committed this.
author | ben |
---|---|
date | Wed, 09 May 2001 13:43:58 +0000 |
parents | 7039e6323819 |
children | 5039859429c5 |
comparison
equal
deleted
inserted
replaced
522:19559cacc941 | 523:cd662ad69f40 |
---|---|
132 (add-timeout 0.1 (lambda (obj) | 132 (add-timeout 0.1 (lambda (obj) |
133 (gtk-widget-set-style obj | 133 (gtk-widget-set-style obj |
134 (gtk-widget-get-style | 134 (gtk-widget-get-style |
135 (frame-property nil 'text-widget)))) | 135 (frame-property nil 'text-widget)))) |
136 widget) | 136 widget) |
137 (setq x widget) | |
138 widget)) | 137 widget)) |
139 | 138 |
140 (defun gtk-widget-property-internal () | 139 (defun gtk-widget-property-internal () |
141 nil) | 140 nil) |
142 | 141 |