diff options
| author | Paul Eggert | 2011-06-18 11:32:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 11:32:22 -0700 |
| commit | 15375a22fb35c7eb2799393617dec8c7dfe12cc2 (patch) | |
| tree | b514faa3165f232d5e8635b7de54fb9c52db1b26 /src/ChangeLog | |
| parent | 8fcaf9cc8183ee825e4d59cb2c3471caee303c7d (diff) | |
| download | emacs-15375a22fb35c7eb2799393617dec8c7dfe12cc2.tar.gz emacs-15375a22fb35c7eb2799393617dec8c7dfe12cc2.zip | |
* lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
implementation.
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. |