From: Tom Tromey Date: Mon, 14 Feb 2011 16:25:04 +0000 (-0700) Subject: * keyboard.h: Remove obsolete comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bb81cc2ba5b44f97b14f7c7ae0dd6b972e71677;p=emacs.git * keyboard.h: Remove obsolete comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index 550ed88efc2..7f4e13b733f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-14 Tom Tromey + + * keyboard.h: Remove obsolete comment. + 2011-02-14 Tom Tromey * composite.c (fill_gstring_header) diff --git a/src/keyboard.h b/src/keyboard.h index 166b3c0e9d4..7b3374ac3bd 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -19,8 +19,6 @@ along with GNU Emacs. If not, see . */ #include "systime.h" /* for EMACS_TIME */ #include "coding.h" /* for ENCODE_UTF_8 and ENCODE_SYSTEM */ -/* Length of echobuf field in each KBOARD. */ - /* Each KBOARD represents one logical input stream from which Emacs gets input. If we are using ordinary terminals, it has one KBOARD object for each terminal device.