]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence tramp warning
authorKen Brown <kbrown@cornell.edu>
Sun, 13 Nov 2016 16:33:27 +0000 (11:33 -0500)
committerKen Brown <kbrown@cornell.edu>
Sun, 13 Nov 2016 16:34:02 +0000 (11:34 -0500)
* lisp/net/tramp.el (tramp-file-name-for-operation): Add
'file-name-case-insensitive-p' as a known file primitive.
(Bug#24936)

lisp/net/tramp.el

index 00ecb375c59e0b42c353b776c443bff8db42c36d..c92c705c26c0c4ac50e132a229b92c0c715de560 100644 (file)
@@ -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