diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2006-11-30 20:58:46 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2006-11-30 20:58:46 +0000 |
| commit | b88548b12012a35bfc99993dc0119af6612c847c (patch) | |
| tree | 7bc155fba6197fe3ac1225c1a470e4f360fb624c | |
| parent | 10b19e8897234fe0d51245bbbe3048c548568a3e (diff) | |
| download | emacs-b88548b12012a35bfc99993dc0119af6612c847c.tar.gz | |
* xdisp.c (move_it_to): Correctly count tab glyphs for continued
lines ending in tab.
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0d78ae7495..c30f2ddd862 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-11-30 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (move_it_to): Correctly count tab glyphs for continued + lines ending in tab. + 2006-11-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW |
