aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Tromey2011-02-14 09:25:04 -0700
committerTom Tromey2011-02-14 09:25:04 -0700
commit4bb81cc2ba5b44f97b14f7c7ae0dd6b972e71677 (patch)
tree53f4ff02093ce1df0c45d9662ce445319a0385ab /src
parent5d8ea1203d1e659bc77d953784a85a6e7da0ce95 (diff)
downloademacs-4bb81cc2ba5b44f97b14f7c7ae0dd6b972e71677.tar.gz
emacs-4bb81cc2ba5b44f97b14f7c7ae0dd6b972e71677.zip
* keyboard.h: Remove obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/keyboard.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 550ed88efc2..7f4e13b733f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-02-14 Tom Tromey <tromey@redhat.com>
2
3 * keyboard.h: Remove obsolete comment.
4
12011-02-14 Tom Tromey <tromey@parfait> 52011-02-14 Tom Tromey <tromey@parfait>
2 6
3 * composite.c (fill_gstring_header) 7 * 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 <http://www.gnu.org/licenses/>. */
19#include "systime.h" /* for EMACS_TIME */ 19#include "systime.h" /* for EMACS_TIME */
20#include "coding.h" /* for ENCODE_UTF_8 and ENCODE_SYSTEM */ 20#include "coding.h" /* for ENCODE_UTF_8 and ENCODE_SYSTEM */
21 21
22/* Length of echobuf field in each KBOARD. */
23
24/* Each KBOARD represents one logical input stream from which Emacs 22/* Each KBOARD represents one logical input stream from which Emacs
25 gets input. If we are using ordinary terminals, it has one KBOARD 23 gets input. If we are using ordinary terminals, it has one KBOARD
26 object for each terminal device. 24 object for each terminal device.