emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6253541: * lisp/vc/vc-dir.el (vc-dir-search): Remov


From: Juri Linkov
Subject: [Emacs-diffs] master 6253541: * lisp/vc/vc-dir.el (vc-dir-search): Remove lambda.
Date: Mon, 15 Jul 2019 18:12:19 -0400 (EDT)

branch: master
commit 6253541c76a449780815f4a8fd75a9aa70b931ae
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/vc/vc-dir.el (vc-dir-search): Remove lambda.
    
    (Bug#31578) Thanks to Dmitry Gutov <address@hidden>
---
 lisp/vc/vc-dir.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index b823f2b..9a6f6bb 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -837,8 +837,7 @@ Stops when a match is found.
 To continue searching for next match, use command \\[tags-loop-continue]."
   (interactive "sSearch marked files (regexp): ")
   (tags-search regexp
-               (lambda ()
-                 (mapcar #'car (vc-dir-marked-only-files-and-states)))))
+               (mapcar #'car (vc-dir-marked-only-files-and-states))))
 
 (defun vc-dir-query-replace-regexp (from to &optional delimited)
   "Do `query-replace-regexp' of FROM with TO, on all marked files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]