In project-find-file, add abbreviated file names to history
* lisp/progmodes/project.el (project--read-file-cpd-relative): Use 'abbreviate-file-name' (bug#58447).
This commit is contained in:
parent
4dab5f8671
commit
13bb49bc0b
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ by the user at will."
|
|||
hist mb-default)))
|
||||
(absname (expand-file-name relname common-parent-directory)))
|
||||
(when (and hist history-add-new-input)
|
||||
(add-to-history hist absname))
|
||||
(add-to-history hist (abbreviate-file-name absname)))
|
||||
absname))
|
||||
|
||||
(defun project--read-file-absolute (prompt
|
||||
|
|
Loading…
Add table
Reference in a new issue