diff options
| author | Glenn Morris <rgm@gnu.org> | 2018-03-02 16:06:32 -0500 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2018-03-02 16:06:32 -0500 |
| commit | f50598a53dfcee45a8d711abb4b542e8ed82714b (patch) | |
| tree | 51b1a340e51f6e9b692a38daad22ff3eb03156c8 /lisp | |
| parent | 762ea10d7ff483d3528c2c85b42596178ccc2a34 (diff) | |
| download | emacs-f50598a53dfcee45a8d711abb4b542e8ed82714b.tar.gz | |
* lisp/gnus/gnus.el (image-load-path): Declare for without-x builds.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus.el | 1 |
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) |
