Add upward compatibility entry in Tramp (don't merge)
* lisp/net/tramp.el (tramp-file-name-for-operation): Add `abbreviate-file-name'.
This commit is contained in:
parent
02853edba7
commit
9b08846faa
1 changed files with 2 additions and 0 deletions
|
@ -2493,6 +2493,8 @@ Must be handled by the callers."
|
|||
file-system-info
|
||||
;; Emacs 28+ only.
|
||||
file-locked-p lock-file make-lock-file-name unlock-file
|
||||
;; Emacs 29+ only.
|
||||
abbreviate-file-name
|
||||
;; Tramp internal magic file name function.
|
||||
tramp-set-file-uid-gid))
|
||||
(if (file-name-absolute-p (nth 0 args))
|
||||
|
|
Loading…
Add table
Reference in a new issue