diff options
| author | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
| commit | 0e9c8657ca938bd3cdb90824873dff539801fdbe (patch) | |
| tree | 6c2d3e3e4425edf2960441e762485f0633982c31 /lib-src/ChangeLog | |
| parent | 32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff) | |
| download | emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.tar.gz emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.zip | |
Remove duplicate declarations.
* lib-src/ebrowse.c (usage, version, mark_virtual)
* src/alloc.c (lisp_malloc)
* src/buffer.c (set_buffer_internal, set_buffer_internal_1)
* src/charset.h (emacs_mule_charset)
* src/dispextern.h (inhibit_free_realized_faces, redraw_frame)
(redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
(bitch_at_user)
* src/lisp.h (Fcheck_coding_system, Fget_text_property)
(Qfunction, Qcompletion_ignore_case, QCwidth, QCsize)
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bcd4b1a5169..6ac9bf19a24 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ebrowse.c (usage, version, mark_virtual): | ||
| 4 | Remove duplicate declarations. | ||
| 5 | |||
| 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * emacsclient.c: Move socket related #includes together with the | 8 | * emacsclient.c: Move socket related #includes together with the |