1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

* callproc.c (Fcall_process): Canonicalize current directory name.

This commit is contained in:
Chong Yidong 2008-09-07 19:10:18 +00:00
parent b89b385c16
commit 39fc455ff0

View file

@ -1,5 +1,7 @@
2008-09-07 Chong Yidong <cyd@stupidchicken.com>
* callproc.c (Fcall_process): Canonicalize current directory name.
* xdisp.c (move_it_to): When moving by vpos, ensure that the
iterator advances to the next line if the current line ends in a
continued tab.