Use 'file-equal-p' in 'multi-isearch-read-files' (bug#77678).

* lisp/misearch.el (multi-isearch-read-files): Replace 'string-equal'
with 'file-equal-p' that should handle abbreviated file names as well.
This commit is contained in:
Juri Linkov 2025-04-29 20:14:07 +03:00
parent 746a3cb314
commit 483762ef2f

View file

@ -327,7 +327,7 @@ Every next/previous file in the defined sequence is visited by
default-directory
buffer-file-name)))
(file nil))
(while (not (string-equal
(while (not (file-equal-p
(setq file (read-file-name
"Next file to search (RET to end): "
default-directory