summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-02 16:06:32 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-02 16:06:32 -0500
commitf50598a53dfcee45a8d711abb4b542e8ed82714b (patch)
tree51b1a340e51f6e9b692a38daad22ff3eb03156c8
parent762ea10d7ff483d3528c2c85b42596178ccc2a34 (diff)
downloademacs-f50598a53dfcee45a8d711abb4b542e8ed82714b.tar.gz
* lisp/gnus/gnus.el (image-load-path): Declare for without-x builds.
-rw-r--r--lisp/gnus/gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 123b64ac6cc..fb2ae192f14 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -752,6 +752,7 @@ be set in `.emacs' instead."
(cdr (assq gnus-logo-color-style gnus-logo-color-alist))
"Colors used for the Gnus logo.")
+(defvar image-load-path)
(declare-function image-size "image.c" (spec &optional pixels frame))
(defun gnus-group-startup-message (&optional x y)