diff options
| author | Paul Eggert | 2011-06-18 11:24:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 11:24:12 -0700 |
| commit | 53b2623dc0426c52b4adff4b2ddae85fd23fbc26 (patch) | |
| tree | 00a53db42e15742662b8fc6db3870878d2c507f6 /src/ChangeLog | |
| parent | 45aebb64558b304b7bff7ccce370f801663291d5 (diff) | |
| download | emacs-53b2623dc0426c52b4adff4b2ddae85fd23fbc26.tar.gz emacs-53b2623dc0426c52b4adff4b2ddae85fd23fbc26.zip | |
* indent.c (sane_tab_width): New function.
(current_column, scan_for_column, Findent_to, position_indentation)
(compute_motion): Use it. This is just for clarity.
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 c034bba6fa8..a8fc8a8a217 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 | * indent.c (sane_tab_width): New function. | ||
| 4 | (current_column, scan_for_column, Findent_to, position_indentation) | ||
| 5 | (compute_motion): Use it. This is just for clarity. | ||
| 6 | |||
| 3 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. | 7 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. |
| 4 | 8 | ||
| 5 | * lisp.h (lint_assume): New macro. | 9 | * lisp.h (lint_assume): New macro. |