diff options
| author | Dmitry Antipov | 2015-01-14 10:08:44 +0300 |
|---|---|---|
| committer | Dmitry Antipov | 2015-01-14 10:08:44 +0300 |
| commit | d7e26b44109f4068d41a075fa89d11c1a8156f66 (patch) | |
| tree | 141efe83d87a6bfceeadb4e04e38979e5df3c8c1 /src/ChangeLog | |
| parent | 01ebf7a3655541ef09cee068bddffbc1b38c69c8 (diff) | |
| download | emacs-d7e26b44109f4068d41a075fa89d11c1a8156f66.tar.gz emacs-d7e26b44109f4068d41a075fa89d11c1a8156f66.zip | |
Consolidate common path transformation code.
* process.h (remove_slash_colon): New function.
* callproc.c (encode_current_directory, call_process):
* process.c (Fstart_process): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5055ed16fb4..12678166317 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | Do not check for STRING_MULTIBYTE because encode_file_name | 6 | Do not check for STRING_MULTIBYTE because encode_file_name |
| 7 | is a no-op for unibyte strings. | 7 | is a no-op for unibyte strings. |
| 8 | 8 | ||
| 9 | * process.h (remove_slash_colon): New function. | ||
| 10 | * callproc.c (encode_current_directory, call_process): | ||
| 11 | * process.c (Fstart_process): Use it. | ||
| 12 | |||
| 9 | 2015-01-14 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2015-01-14 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 14 | ||
| 11 | Use bool for boolean in xmenu.c, xml.c | 15 | Use bool for boolean in xmenu.c, xml.c |