* keyboard.h: Remove obsolete comment.

This commit is contained in:
Tom Tromey 2011-02-14 09:25:04 -07:00
parent 5d8ea1203d
commit 4bb81cc2ba
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-02-14 Tom Tromey <tromey@redhat.com>
* keyboard.h: Remove obsolete comment.
2011-02-14 Tom Tromey <tromey@parfait>
* composite.c (fill_gstring_header)

View file

@ -19,8 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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.