comparison lisp/ChangeLog @ 85841:0c0a9419b0c4

* net/tramp.el (tramp-handle-shell-command): Call `start-file-process' directly. Fix bug in deleting temp file.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 31 Oct 2007 20:04:42 +0000
parents d227ffcaa3fe
children 96510b236eb5
comparison
equal deleted inserted replaced
85840:d227ffcaa3fe 85841:0c0a9419b0c4
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.
4 Merge defvar and define-abbrev-table. 9 Merge defvar and define-abbrev-table.
5 (def-python-skeleton): Use :case-fixed and :enable-function. 10 (def-python-skeleton): Use :case-fixed and :enable-function.