Mercurial > emacs
comparison lisp/ChangeLog @ 108817:a90103f99eea
* net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
to ignored backtrace functions.
(with-progress-reporter): Expand docstring.
(tramp-handle-delete-file): Implement TRASH argument.
(tramp-get-remote-trash): New defun.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Fri, 28 May 2010 16:48:56 +0200 |
parents | 94d1d8a6dcfd |
children | 55d24c1aa4ec |
comparison
equal
deleted
inserted
replaced
108816:94d1d8a6dcfd | 108817:a90103f99eea |
---|---|
1 2010-05-28 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall' | |
4 to ignored backtrace functions. | |
5 (with-progress-reporter): Expand docstring. | |
6 (tramp-handle-delete-file): Implement TRASH argument. | |
7 (tramp-get-remote-trash): New defun. | |
8 | |
1 2010-05-28 Michael Albinus <michael.albinus@gmx.de> | 9 2010-05-28 Michael Albinus <michael.albinus@gmx.de> |
2 | 10 |
3 * net/tramp-compat.el (tramp-compat-delete-file): Use | 11 * net/tramp-compat.el (tramp-compat-delete-file): Use |
4 `symbol-value' for backward compatibility. | 12 `symbol-value' for backward compatibility. |
5 | 13 |