1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 18:55:13 -08:00
No description
Find a file
Jim Blandy a796ac82a3 * term.c (term_get_fkeys): Some systems define `static' to be the
empty string, which means that you can't have constant
    	initialized arrays inside a function.  So move the `keys' array
    	outside of the function.

	* term.c (keys): Include definitions for "K2" (the center key on
    	an IBM keypad), "F1" (F11), and "F2" (F12).  Handle "k0" and "k;"
    	specially; see the code for details.

	* term.c (clear_end_of_line): Remember that on some systems,
    	"static" gets defined to be the null string, so we can't declare
    	an array to be static and then initialize it.  Since the array in
    	question (buf) is only one element long, just make it a scalar
    	rather than an array; it can then be initialized, even if it's
    	not static.
1992-08-19 06:38:40 +00:00
etc *** empty log message *** 1992-07-21 21:11:41 +00:00
lib-src *** empty log message *** 1992-08-19 03:54:51 +00:00
lisp *** empty log message *** 1992-08-19 03:54:51 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src * term.c (term_get_fkeys): Some systems define `static' to be the 1992-08-19 06:38:40 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub Add "alpha". 1992-08-14 19:34:06 +00:00
configure1.in *** empty log message *** 1992-08-19 03:54:51 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~2~ 1992-01-21 00:02:58 +00:00
make-dist *** empty log message *** 1992-08-19 03:54:51 +00:00
Makefile.in *** empty log message *** 1992-07-07 19:52:34 +00:00