diff lisp/image.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents ee5932bf781d
children 1c3bafe6e816
line wrap: on
line diff
--- a/lisp/image.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/image.el	Thu Jun 12 03:56:20 2008 +0000
@@ -326,6 +326,8 @@
   type)
 
 
+(defvar image-library-alist)
+
 ;;;###autoload
 (defun image-type-available-p (type)
   "Return non-nil if image type TYPE is available.