aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-10-31 20:04:42 +0000
committerMichael Albinus2007-10-31 20:04:42 +0000
commit3412f35d0f2902401c096d4dca1deaf3788e544c (patch)
tree926845ce4e9bb84cd53c9efebc9f467ad56b6017 /lisp/ChangeLog
parentc01b997152fb916ce687577b03898372e0a404b2 (diff)
downloademacs-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/ChangeLog5
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 @@
12007-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
12007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> 62007-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.