]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c: Remove declarations already in xterm.h
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 23 May 2006 07:13:28 +0000 (07:13 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 23 May 2006 07:13:28 +0000 (07:13 +0000)
* 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.

src/ChangeLog

index 5269307598258cc25ce24855633c7302f5fb832a..fad5c85727f2e77e5f6d08e41208dc7c21386a3b 100644 (file)
@@ -1,3 +1,11 @@
+2006-05-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * 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  <rms@gnu.org>
 
        * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.