diff options
| author | Michael Albinus | 2007-10-31 20:04:42 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-10-31 20:04:42 +0000 |
| commit | 3412f35d0f2902401c096d4dca1deaf3788e544c (patch) | |
| tree | 926845ce4e9bb84cd53c9efebc9f467ad56b6017 /lisp/ChangeLog | |
| parent | c01b997152fb916ce687577b03898372e0a404b2 (diff) | |
| download | emacs-3412f35d0f2902401c096d4dca1deaf3788e544c.tar.gz emacs-3412f35d0f2902401c096d4dca1deaf3788e544c.zip | |
* net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
directly. Fix bug in deleting temp file.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54b5c2a2ba4..4761b65d99d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-31 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-handle-shell-command): Call `start-file-process' | ||
| 4 | directly. Fix bug in deleting temp file. | ||
| 5 | |||
| 1 | 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * progmodes/python.el (python-mode-abbrev-table): Use :regexp. | 8 | * progmodes/python.el (python-mode-abbrev-table): Use :regexp. |