diff lisp/gtk.el @ 4103:b4f4e0cc90f1

[xemacs-hg @ 2007-08-07 23:08:47 by aidan] Eliminate byte compiler warnings, give nicer errors in the absence of packages.
author aidan
date Tue, 07 Aug 2007 23:09:22 +0000
parents 7039e6323819
children db7068430402
line wrap: on
line diff
--- a/lisp/gtk.el	Tue Aug 07 21:51:12 2007 +0000
+++ b/lisp/gtk.el	Tue Aug 07 23:09:22 2007 +0000
@@ -1,5 +1,8 @@
 (globally-declare-fboundp
- '(gtk-import-function-internal gtk-call-function gtk-type-name))
+ '(gtk-import-function-internal
+   gtk-call-function
+   gtk-type-name
+   gtk-import-function))
 
 (globally-declare-boundp
  '(gtk-enumeration-info))