]> git.eshelyaron.com Git - emacs.git/commit
* net/tramp.el (all): Replace "'(lambda" by "(lambda".
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 28 Aug 2009 12:11:58 +0000 (12:11 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 28 Aug 2009 12:11:58 +0000 (12:11 +0000)
commitaa485f7ca58bcf9ed4fc9ee5999334028c16ba9f
tree057afb10ce4083b7ed3ce4792ca208ad58748823
parent7e3242e4fc8819ece649aeac9a6db169ddd8f7be
* net/tramp.el (all): Replace "'(lambda" by "(lambda".
(tramp-handle-file-local-copy): Unset `file-name-handler-alist'
when writing the temp file.  Otherwise, epa-file gets confused.
(tramp-register-file-name-handlers): Make it a defun.  Move also
`epa-file-handler' to the front of `file-name-handler-alist'.

* net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
start right after a ^M.
(tramp-root-regexp, tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use \\` and \\'.
(tramp-handle-file-attributes, tramp-set-file-uid-gid): Don't
modify last-coding-system-used by accident.
(tramp-completion-file-name-handler): Apply the checks here,
instead during registration.
(tramp-register-file-name-handlers) Renamed from
`tramp-register-file-name-handler'.  Register both
`tramp-file-name-handler' and `tramp-completion-file-name-handler'.
(tramp-register-completion-file-name-handler): Removed.
lisp/ChangeLog
lisp/net/tramp.el