[gnus git] branch master updated: m0-11-63-ge2c6369 =1= gnus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks autoloading of find-image (bug#18813)

Katsumi <[email protected]> Fri, 24 Oct 2014 10:34:21 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  e2c6369259ccc29674df90803aeecb2e07a30907 (commit)
      from  fe2740a92b6bfbacb41bd7ab353817cfd326632a (commit)


- Log -----------------------------------------------------------------
commit e2c6369259ccc29674df90803aeecb2e07a30907
Author: Katsumi Yamaoka <[email protected]>
Date:   Fri Oct 24 08:34:20 2014 +0000

    gnus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks autoloading of find-image (bug#18813)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2156301..1bbabe4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-24  Katsumi Yamaoka  <[email protected]>
+
+	* gnus.el (gnus-mode-line-buffer-identification): Don't shadow
+	load-path, it blocks autoloading of find-image (bug#18813).
+
 2014-10-24  enami tsugutomo  <[email protected]>
 
 	* nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 0cdb417..b11b397 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -326,7 +326,7 @@ be set in `.emacs' instead."
   (if (fboundp 'find-image)
       (defun gnus-mode-line-buffer-identification (line)
 	(let ((str (car-safe line))
-	      (load-path (mm-image-load-path)))
+	      (load-path (append (mm-image-load-path) load-path)))
 	  (if (and (stringp str)
 		   (string-match "^Gnus:" str))
 	      (progn (add-text-properties

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog |    5 +++++
 lisp/gnus.el   |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project