From: Gerd Moellmann Date: Fri, 19 May 2000 11:53:38 +0000 (+0000) Subject: (Vimage_types): Add extern declaration. X-Git-Tag: emacs-pretest-21.0.90~3901 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ee2a6b11150a1d91cb84cf6f3355f20eb40258f;p=emacs.git (Vimage_types): Add extern declaration. --- diff --git a/src/dispextern.h b/src/dispextern.h index c5dd55b3a98..a594334ccb1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2104,6 +2104,7 @@ int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); extern Lisp_Object Qtool_bar; extern Lisp_Object Vshow_trailing_whitespace; extern int redisplaying_p; +extern Lisp_Object Vimage_types; extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); /* Defined in sysdep.c */