annotate etc/README @ 1517:72b7bbcaf7d8
* keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
that Flength returns an integer.
* keymap.c: Deal with autoloaded keymaps properly.
(get_keymap_1): Renamed to inner_get_keymap; made
static. New argument AUTOLOAD says to pursue autoloads if
non-zero.
(Fkeymapp, get_keymap, get_keyelt, Flookup_key): Ask get_keymap_1
not to perform autoloads.
(Fdefine_key): Ask get_keymap_1 to perform autoloads. Since
autoloading may GC, remember that we have to GCPRO our local
variables now.
(Fminor_mode_key_binding): Call get_keymap instead of calling
get_keymap_1 with equivalent arguments.
author |
Jim Blandy <jimb@redhat.com> |
date |
Sat, 31 Oct 1992 05:24:47 +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.
|