diff options
Diffstat (limited to 'lisp')
-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 |