diff options
| author | Michael Albinus | 2004-03-08 21:47:59 +0000 |
|---|---|---|
| committer | Michael Albinus | 2004-03-08 21:47:59 +0000 |
| commit | 1a9c959bb2a459db4212926e62e0d9ce5e83bdc6 (patch) | |
| tree | 0fc42a545a40c3de3548f1175bda580c8abba53c /lisp/ChangeLog | |
| parent | d8a8cbe26cfb2e0a72c14ad283e074fb723d6c6c (diff) | |
| download | emacs-1a9c959bb2a459db4212926e62e0d9ce5e83bdc6.tar.gz emacs-1a9c959bb2a459db4212926e62e0d9ce5e83bdc6.zip | |
* find-dired.el (find-dired): Call `shell-command' instead of
`start-process-shell-command'. By this, Tramp takes over
handling of remote directories.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 672ca187c09..5927438748f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> | ||
| 2 | |||
| 3 | * find-dired.el (find-dired): Call `shell-command' instead of | ||
| 4 | `start-process-shell-command'. By this, Tramp takes over | ||
| 5 | handling of remote directories. | ||
| 6 | |||
| 1 | 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * cus-edit.el (fill) <defgroup>: Move to fill.el. | 9 | * cus-edit.el (fill) <defgroup>: Move to fill.el. |