diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-06-12 17:54:53 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-06-12 17:54:53 +0200 |
commit | e32d99593b11a99c4dbfc3d9404bb61812c2c757 (patch) | |
tree | e4d71e5e1db141cc9cd0e3b04233e9614618e9fb | |
parent | 7dfc8353ce8e91fd4391abe7cb669dcb643f7b39 (diff) | |
download | emacs-e32d99593b11a99c4dbfc3d9404bb61812c2c757.tar.gz emacs-e32d99593b11a99c4dbfc3d9404bb61812c2c757.tar.bz2 emacs-e32d99593b11a99c4dbfc3d9404bb61812c2c757.zip |
; Instrument `tramp-handle-file-name-case-insensitive-p' for debugging
-rw-r--r-- | lisp/net/tramp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 710aa38b589..5bedc383d86 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -2880,6 +2880,7 @@ User is always nil." (with-tramp-connection-property v "case-insensitive" (ignore-errors (with-tramp-progress-reporter v 5 "Checking case-insensitive" + (tramp-backtrace v) ;; The idea is to compare a file with lower case ;; letters with the same file with upper case letters. (let ((candidate |