diff options
| author | Glenn Morris | 2018-03-02 16:06:32 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-02 16:06:32 -0500 |
| commit | f50598a53dfcee45a8d711abb4b542e8ed82714b (patch) | |
| tree | 51b1a340e51f6e9b692a38daad22ff3eb03156c8 | |
| parent | 762ea10d7ff483d3528c2c85b42596178ccc2a34 (diff) | |
| download | emacs-f50598a53dfcee45a8d711abb4b542e8ed82714b.tar.gz emacs-f50598a53dfcee45a8d711abb4b542e8ed82714b.zip | |
* lisp/gnus/gnus.el (image-load-path): Declare for without-x builds.
| -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." | |||
| 752 | (cdr (assq gnus-logo-color-style gnus-logo-color-alist)) | 752 | (cdr (assq gnus-logo-color-style gnus-logo-color-alist)) |
| 753 | "Colors used for the Gnus logo.") | 753 | "Colors used for the Gnus logo.") |
| 754 | 754 | ||
| 755 | (defvar image-load-path) | ||
| 755 | (declare-function image-size "image.c" (spec &optional pixels frame)) | 756 | (declare-function image-size "image.c" (spec &optional pixels frame)) |
| 756 | 757 | ||
| 757 | (defun gnus-group-startup-message (&optional x y) | 758 | (defun gnus-group-startup-message (&optional x y) |