annotate etc/README @ 1654:fe6f6e55182f
* keyboard.c (kbd_store_ptr): Declare this to be volatile, if
__STDC__ is #defined.
(Fdiscard_input): Use cast to keep GCC from complaining about the
assignment of kbd_store_ptr to kbd_fetch_ptr.
author |
Jim Blandy <jimb@redhat.com> |
date |
Sun, 06 Dec 1992 22:18:02 +0000 |
parents |
cde1f15848c6 |
children |
42efcb2955c8 |
rev |
line source |
580
|
1 This directory contains the architecture-independent files used by or
|
|
2 with Emacs. This includes some text files of documentation for GNU
|
|
3 Emacs or of interest to Emacs users, and the file of dumped docstrings
|
|
4 for Emacs functions and variables.
|
|
5
|
|
6 `termcap.dat' is for VMS. It is a copy of the `/etc/termcap' file
|
|
7 used on Unix.
|