From: Lars Magne Ingebrigtsen Date: Sun, 31 Oct 2010 15:48:55 +0000 (+0100) Subject: Indent. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=06c8a56a9d8143126ef27da64b53bf298c2d83fb Indent. --- diff --git a/lisp/gnus.el b/lisp/gnus.el index 90b616a9d..45166466f 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1031,10 +1031,11 @@ be set in `.emacs' instead." (unless (and (fboundp 'find-image) (display-graphic-p) - ;; Make sure the library defining `image-load-path' is loaded - ;; (`find-image' is autoloaded) (and discard the result). Else, we may - ;; get "defvar ignored because image-load-path is let-bound" when calling - ;; `find-image' below. + ;; Make sure the library defining `image-load-path' is + ;; loaded (`find-image' is autoloaded) (and discard the + ;; result). Else, we may get "defvar ignored because + ;; image-load-path is let-bound" when calling `find-image' + ;; below. (or (find-image '(nil (:type xpm :file "gnus.xpm"))) t) (let* ((data-directory (nnheader-find-etc-directory "images/gnus")) (image-load-path (cond (data-directory