Mercurial > hg > xemacs-beta
diff lisp/gtk-widget-accessors.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 | ec73ae6e772b |
line wrap: on
line diff
--- a/lisp/gtk-widget-accessors.el Wed May 09 11:48:28 2001 +0000 +++ b/lisp/gtk-widget-accessors.el Wed May 09 13:43:58 2001 +0000 @@ -107,6 +107,7 @@ (defun import-widget-accessors (file syms-function-name &rest description) "Import multiple widgets, and emit a suitable vars_of_foo() function for them.\n" + (declare (special c-mode-common-hook c-mode-hook)) (let ((c-mode-common-hook nil) (c-mode-hook nil)) (find-file file))