diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00c255170ee..63c4597f5c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT. | ||
| 4 | This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE, | ||
| 5 | implementation. | ||
| 6 | |||
| 3 | * indent.c (sane_tab_width): New function. | 7 | * indent.c (sane_tab_width): New function. |
| 4 | (current_column, scan_for_column, Findent_to, position_indentation) | 8 | (current_column, scan_for_column, Findent_to, position_indentation) |
| 5 | (compute_motion): Use it. This is just for clarity. | 9 | (compute_motion): Use it. This is just for clarity. |