comparison lisp/ChangeLog @ 112020:9780afa403a4

* net/tramp.el (tramp-default-user-alist): Do not add "ssh" based methods, otherwise ~/.ssh/config would be ignored.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 27 Dec 2010 11:56:26 +0100
parents db006527425b
children 68a3b6b312ee
comparison
equal deleted inserted replaced
112019:359425b45529 112020:9780afa403a4
1 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
4 methods, otherwise ~/.ssh/config would be ignored.
5
1 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * emacs-lisp/rx.el: Make it a superset of sregex. 8 * emacs-lisp/rx.el: Make it a superset of sregex.
4 (rx-constituents): Add `any => "."', mark `repeat' as taking any number 9 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
5 of args, add `regex' alias. 10 of args, add `regex' alias.