aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2015-01-14 10:08:44 +0300
committerDmitry Antipov2015-01-14 10:08:44 +0300
commitd7e26b44109f4068d41a075fa89d11c1a8156f66 (patch)
tree141efe83d87a6bfceeadb4e04e38979e5df3c8c1 /src/ChangeLog
parent01ebf7a3655541ef09cee068bddffbc1b38c69c8 (diff)
downloademacs-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/ChangeLog4
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
92015-01-14 Paul Eggert <eggert@cs.ucla.edu> 132015-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