diff options
| author | Juanma Barranquero | 2011-03-31 03:37:51 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-31 03:37:51 +0200 |
| commit | e4cc2dfc38f987b924adf270b0876b99fadd04f4 (patch) | |
| tree | 6d740fc9d5676843d580c48402d868e8a307e94c /src/ChangeLog | |
| parent | 6d0f1c9e5556d61958ac3369c0668dc1a0b2084f (diff) | |
| download | emacs-e4cc2dfc38f987b924adf270b0876b99fadd04f4.tar.gz emacs-e4cc2dfc38f987b924adf270b0876b99fadd04f4.zip | |
src/xdisp.c: Remove unused parameters.
* dispextern.h (move_it_by_lines):
* xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
(message_log_check_duplicate): Remove parameters `prev_bol' and
`this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
(redisplay_internal): Remove parameter `preserve_echo_area',
unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
* indent.c (Fvertical_motion):
* window.c (window_scroll_pixel_based, Frecenter):
Don't pass `need_y_p' to `move_it_by_lines'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6623803a6e..c168a7133eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dispextern.h (move_it_by_lines): | ||
| 4 | * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused | ||
| 5 | since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed. | ||
| 6 | (message_log_check_duplicate): Remove parameters `prev_bol' and | ||
| 7 | `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed. | ||
| 8 | (redisplay_internal): Remove parameter `preserve_echo_area', | ||
| 9 | unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed. | ||
| 10 | |||
| 11 | * indent.c (Fvertical_motion): | ||
| 12 | * window.c (window_scroll_pixel_based, Frecenter): | ||
| 13 | Don't pass `need_y_p' to `move_it_by_lines'. | ||
| 14 | |||
| 1 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 16 | ||
| 3 | * eval.c (struct backtrace): Don't cheat with negative numbers, but do | 17 | * eval.c (struct backtrace): Don't cheat with negative numbers, but do |