aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Brown2016-11-13 11:33:27 -0500
committerKen Brown2016-11-13 11:34:02 -0500
commita611d7d7b436fb40a32227995edd5fcad42d0109 (patch)
tree9902b2e222f9c3811f1ad60f5f266bbd24ee29d7
parent2809012c8f9485d8dc54b186f989f289b2797892 (diff)
downloademacs-a611d7d7b436fb40a32227995edd5fcad42d0109.tar.gz
emacs-a611d7d7b436fb40a32227995edd5fcad42d0109.zip
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)
-rw-r--r--lisp/net/tramp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 00ecb375c59..c92c705c26c 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1910,7 +1910,8 @@ ARGS are the arguments OPERATION has been called with."
1910 file-accessible-directory-p file-attributes 1910 file-accessible-directory-p file-attributes
1911 file-directory-p file-executable-p file-exists-p 1911 file-directory-p file-executable-p file-exists-p
1912 file-local-copy file-modes 1912 file-local-copy file-modes
1913 file-name-as-directory file-name-directory 1913 file-name-as-directory file-name-case-insensitive-p
1914 file-name-directory
1914 file-name-nondirectory file-name-sans-versions 1915 file-name-nondirectory file-name-sans-versions
1915 file-ownership-preserved-p file-readable-p 1916 file-ownership-preserved-p file-readable-p
1916 file-regular-p file-remote-p file-symlink-p file-truename 1917 file-regular-p file-remote-p file-symlink-p file-truename