aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-07 03:10:12 +0200
committerJuanma Barranquero2010-08-07 03:10:12 +0200
commit0e9c8657ca938bd3cdb90824873dff539801fdbe (patch)
tree6c2d3e3e4425edf2960441e762485f0633982c31 /src/ChangeLog
parent32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 509ed3e7ea1..09a0f73e757 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12010-08-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * alloc.c (lisp_malloc):
4 * buffer.c (set_buffer_internal, set_buffer_internal_1):
5 * charset.h (emacs_mule_charset):
6 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
7 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
8 (bitch_at_user):
9 * lisp.h (Fcheck_coding_system, Fget_text_property)
10 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
11 Remove duplicate declarations.
12
12010-08-06 Dan Nicolaescu <dann@ics.uci.edu> 132010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * process.c: Simplify include logic. 15 * process.c: Simplify include logic.