aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-09-07 19:10:18 +0000
committerChong Yidong2008-09-07 19:10:18 +0000
commit39fc455ff00b9ae93dc9d42d5c11fd4cf1159477 (patch)
tree11a50f08f090d2c5d01b91bc108762a6b4f200dd /src
parentb89b385c167822aaaea6057ebdae848b5c02d4ab (diff)
downloademacs-39fc455ff00b9ae93dc9d42d5c11fd4cf1159477.tar.gz
emacs-39fc455ff00b9ae93dc9d42d5c11fd4cf1159477.zip
* callproc.c (Fcall_process): Canonicalize current directory name.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 869bec30218..0ff7e9cb09f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-09-07 Chong Yidong <cyd@stupidchicken.com> 12008-09-07 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * callproc.c (Fcall_process): Canonicalize current directory name.
4
3 * xdisp.c (move_it_to): When moving by vpos, ensure that the 5 * xdisp.c (move_it_to): When moving by vpos, ensure that the
4 iterator advances to the next line if the current line ends in a 6 iterator advances to the next line if the current line ends in a
5 continued tab. 7 continued tab.