mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Silence tramp warning
* lisp/net/tramp.el (tramp-file-name-for-operation): Add 'file-name-case-insensitive-p' as a known file primitive. (Bug#24936)
This commit is contained in:
parent
2809012c8f
commit
a611d7d7b4
1 changed files with 2 additions and 1 deletions
|
|
@ -1910,7 +1910,8 @@ ARGS are the arguments OPERATION has been called with."
|
|||
file-accessible-directory-p file-attributes
|
||||
file-directory-p file-executable-p file-exists-p
|
||||
file-local-copy file-modes
|
||||
file-name-as-directory file-name-directory
|
||||
file-name-as-directory file-name-case-insensitive-p
|
||||
file-name-directory
|
||||
file-name-nondirectory file-name-sans-versions
|
||||
file-ownership-preserved-p file-readable-p
|
||||
file-regular-p file-remote-p file-symlink-p file-truename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue