comparison 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
comparison
equal deleted inserted replaced
522:19559cacc941 523:cd662ad69f40
105 (push c-func-name func-names)) 105 (push c-func-name func-names))
106 func-names)) 106 func-names))
107 107
108 (defun import-widget-accessors (file syms-function-name &rest description) 108 (defun import-widget-accessors (file syms-function-name &rest description)
109 "Import multiple widgets, and emit a suitable vars_of_foo() function for them.\n" 109 "Import multiple widgets, and emit a suitable vars_of_foo() function for them.\n"
110 (declare (special c-mode-common-hook c-mode-hook))
110 (let ((c-mode-common-hook nil) 111 (let ((c-mode-common-hook nil)
111 (c-mode-hook nil)) 112 (c-mode-hook nil))
112 (find-file file)) 113 (find-file file))
113 (erase-buffer) 114 (erase-buffer)
114 (let ((c-funcs nil)) 115 (let ((c-funcs nil))