Mercurial > emacs
changeset 108819:55d24c1aa4ec
* image-dired.el (image-dired-dired-toggle-marked-thumbs):
Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
(Bug#5270)
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 28 May 2010 22:18:47 +0300 |
parents | 6515310887ec |
children | 988b3f9a342a |
files | lisp/ChangeLog lisp/image-dired.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 28 16:57:11 2010 +0200 +++ b/lisp/ChangeLog Fri May 28 22:18:47 2010 +0300 @@ -1,3 +1,9 @@ +2010-05-28 Juri Linkov <juri@jurta.org> + + * image-dired.el (image-dired-dired-toggle-marked-thumbs): + Replace LOCALP arg of `dired-get-filename' 'no-dir with nil. + (Bug#5270) + 2010-05-28 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
--- a/lisp/image-dired.el Fri May 28 16:57:11 2010 +0200 +++ b/lisp/image-dired.el Fri May 28 22:18:47 2010 +0300 @@ -642,7 +642,7 @@ (interactive "P") (dired-map-over-marks (let* ((image-pos (dired-move-to-filename)) - (image-file (dired-get-filename 'no-dir t)) + (image-file (dired-get-filename nil t)) thumb-file overlay) (when (and image-file (string-match-p (image-file-name-regexp) image-file))