Mercurial > emacs
comparison lisp/ChangeLog @ 105482:cf961ce7712b
(tramp-handle-start-file-process): Move tramp-error call
inside with-parsed... macro so that `v' is defined.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 06 Oct 2009 02:50:44 +0000 |
parents | 19b028e1b57f |
children | 73071baff669 |
comparison
equal
deleted
inserted
replaced
105481:19b028e1b57f | 105482:cf961ce7712b |
---|---|
1 2009-10-06 Glenn Morris <rgm@gnu.org> | 1 2009-10-06 Glenn Morris <rgm@gnu.org> |
2 | |
3 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call | |
4 inside with-parsed... macro so that `v' is defined. | |
2 | 5 |
3 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block): | 6 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block): |
4 * progmodes/fortran.el (fortran-end-of-block) | 7 * progmodes/fortran.el (fortran-end-of-block) |
5 (fortran-beginning-of-block): | 8 (fortran-beginning-of-block): |
6 Also push mark in the macro case. | 9 Also push mark in the macro case. |