]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#31489
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 21 May 2018 17:48:15 +0000 (19:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 21 May 2018 17:48:15 +0000 (19:48 +0200)
commitab37ceb9eecdd20b913d1b2b00d81e8f83e1caf7
tree9ad1f74753a4985f55ba9f1ad60b246ec2a7ff84
parent4010631fe915503e5376458d8a8b482d37360f87
Fix Bug#31489

* doc/misc/tramp.texi (Frequently Asked Questions):
Mention `tramp-ignored-file-name-regexp'.  Improve index.

; * etc/NEWS: Mention `tramp-ignored-file-name-regexp'.

* lisp/net/tramp.el (tramp-ignored-file-name-regexp): New defcustom.
(tramp-tramp-file-p): Use it.  Check also for `tramp-mode'.
(tramp-file-name-handler): Don't check for `tramp-mode'.  (Bug#31489)

* test/lisp/net/tramp-tests.el (tramp-test01-file-name-syntax):
Extend test.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp.el
test/lisp/net/tramp-tests.el