From: Jan Djärv Date: Tue, 23 May 2006 07:13:28 +0000 (+0000) Subject: * xterm.c: Remove declarations already in xterm.h X-Git-Tag: emacs-pretest-22.0.90~2397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0277e36c147f47e12aedbc945760324b8e3bb015;p=emacs.git * xterm.c: Remove declarations already in xterm.h * xterm.h: Add extern declarations for x_clear_errors, x_fully_uncatch_errors, x_catching_errors and x_alloc_lighter_color_for_widget. Remove duplicated declarations. --- diff --git a/src/ChangeLog b/src/ChangeLog index 52693075982..fad5c85727f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-05-23 Jan Dj,Ad(Brv + + * xterm.c: Remove declarations already in xterm.h + + * xterm.h: Add extern declarations for x_clear_errors, + x_fully_uncatch_errors, x_catching_errors and + x_alloc_lighter_color_for_widget. Remove duplicated declarations. + 2006-05-21 Richard Stallman * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.