Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
(Bug#5270)
+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'
(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))