* lisp/dired-x.el (dired-omit-expunge): Escape '%' (bug#75877).
This commit is contained in:
parent
85113fcda9
commit
bfc8540da4
1 changed files with 4 additions and 2 deletions
|
@ -498,8 +498,10 @@ status message."
|
|||
nil
|
||||
(if dired-omit-verbose
|
||||
(format "Omitted %%d line%%s in %s"
|
||||
(abbreviate-file-name
|
||||
dired-directory))
|
||||
(replace-regexp-in-string
|
||||
"%" "%%"
|
||||
(abbreviate-file-name
|
||||
dired-directory)))
|
||||
"")
|
||||
init-count)))
|
||||
(force-mode-line-update))))
|
||||
|
|
Loading…
Add table
Reference in a new issue