]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.h: Remove obsolete comment.
authorTom Tromey <tromey@redhat.com>
Mon, 14 Feb 2011 16:25:04 +0000 (09:25 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 14 Feb 2011 16:25:04 +0000 (09:25 -0700)
src/ChangeLog
src/keyboard.h

index 550ed88efc2c48853ca53eb1bd8c8b87de5ec905..7f4e13b733fbb8a783b93fe2fe683a585723d31d 100644 (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)
index 166b3c0e9d457e24234e83c72cdf952cea1d427d..7b3374ac3bd65166143d96e119c49571d8fc2898 100644 (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.