* progmodes/compile.el (compilation-start): `start-process' must
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)
commitdb8af973954fda8e7204929b6efbd82f41ca05f8
tree0943f2db5411dde05d43882c509a41a4e0510d9f
parent82c4728d3b54cd752853c9a24c3bd7a1f507b68b
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
lisp/ChangeLog
lisp/progmodes/compile.el
lisp/progmodes/gud.el