mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Simplify `image-dired-dired-file-marked-p'
* lisp/image-dired.el (image-dired-dired-file-marked-p): Use `dired-re-mark' instead of open-coding the opposite regexp (bug#14925).
This commit is contained in:
parent
331be89e7c
commit
1ff772e28a
1 changed files with 1 additions and 1 deletions
|
|
@ -1387,7 +1387,7 @@ comment."
|
|||
"Check whether file on current line is marked or not."
|
||||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(not (looking-at "^ .*$"))))
|
||||
(looking-at-p dired-re-mark)))
|
||||
|
||||
(defun image-dired-modify-mark-on-thumb-original-file (command)
|
||||
"Modify mark in dired buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue