diff options
| author | Glenn Morris | 2011-02-05 14:30:14 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-05 14:30:14 -0800 |
| commit | 233ba4d924933cb56129bd7511e6137b7c0b8e3e (patch) | |
| tree | 741044a058b02f007a55e1fdbe8ac480feba0ada /src/editfns.c | |
| parent | 827b77e90f4f3a86abfc82a07a8319f5f4cfb3d3 (diff) | |
| parent | a60287ff994ec4d07779128f0df5500bed1b3cf9 (diff) | |
| download | emacs-233ba4d924933cb56129bd7511e6137b7c0b8e3e.tar.gz emacs-233ba4d924933cb56129bd7511e6137b7c0b8e3e.zip | |
Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index 1733580ee32..f70b3312a69 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3256,6 +3256,9 @@ save_restriction_restore (Lisp_Object data) | |||
| 3256 | } | 3256 | } |
| 3257 | } | 3257 | } |
| 3258 | 3258 | ||
| 3259 | /* Changing the buffer bounds invalidates any recorded current column. */ | ||
| 3260 | invalidate_current_column (); | ||
| 3261 | |||
| 3259 | if (cur) | 3262 | if (cur) |
| 3260 | set_buffer_internal (cur); | 3263 | set_buffer_internal (cur); |
| 3261 | 3264 | ||