aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-10-151-8/+8
|\
| * * keymap.c (Fkey_binding): Check Lisp_Object types before doingChong Yidong2006-10-131-8/+8
* | Merge from emacs--devo--0Miles Bader2006-10-031-2/+5
|\ \ | |/
| * (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-09-281-1/+1
| * (Fsingle_key_description): For an invalid char, retuenKenichi Handa2006-09-261-3/+9
| * (Fsingle_key_description): Fix the last change.Kenichi Handa2006-09-251-1/+1
| * (Fsingle_key_description): Return unique names forKenichi Handa2006-09-251-5/+12
| * (Fmap_keymap): Docstring mentions about genericKenichi Handa2006-09-231-1/+4
* | Merge from emacs--devo--0Miles Bader2006-09-201-47/+144
|\ \ | |/
| * Include alloca.h if available.Stefan Monnier2006-09-191-11/+9
| * * NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup2006-09-151-47/+146
* | Merge from emacs--devo--0Miles Bader2006-09-141-0/+31
|\ \ | |/
| * * keymap.c (Fkey_binding): Use string position for string objects.Chong Yidong2006-09-111-7/+10
| * (Fkey_binding): Fix last change.Kim F. Storm2006-09-111-8/+9
| * * keymap.c (Fkey_binding): Check for local keymap for mouse clickChong Yidong2006-09-111-0/+27
* | Merge from emacs--devo--0Miles Bader2006-08-031-0/+14
|\ \ | |/
| * (Fdefine_key): If the key binding definition looks like anStefan Monnier2006-07-221-0/+14
* | Merge from emacs--devo--0Miles Bader2006-07-191-5/+3
|\ \ | |/
| * (Fmap_keymap): Use xsignal1.Kim F. Storm2006-07-181-1/+1
| * (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+2
* | (push_key_description): Fix synching with HEAD.Kenichi Handa2006-05-151-15/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-1/+12
|\ \ | |/
| * * keymap.c (describe_map): Avoid generating duplicate entries ifChong Yidong2006-05-101-1/+3
| * (push_key_description): Fix previous change.Kenichi Handa2006-05-091-1/+1
| * (push_key_description): Handle invalid character key.Kenichi Handa2006-05-091-5/+11
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-3/+6
|\ \ | |/
| * (Fdefine_key): Improve error message when KEY begins with a non-prefix key.Richard M. Stallman2006-04-301-2/+5
| * (store_in_keymap): Change `def' arg to not be `register'.Stefan Monnier2006-04-261-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57Miles Bader2006-04-211-1/+1
|\ \ | |/
| * (describe_map): Make "shadowed" warning more verbose.Richard M. Stallman2006-04-181-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54Miles Bader2006-04-091-1/+1
|\ \ | |/
| * (describe_map): Don't use XINT if we haven't checked INTEGERP.Stefan Monnier2006-04-081-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-0/+1
|\ \ | |/
| * (map_keymap): Set tail to Qnil before GCPRO it.Kenichi Handa2006-03-201-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43Miles Bader2006-03-131-1/+1
|\ \ | |/
| * (describe_map): Shorten string to indicate shadowed binding.Richard M. Stallman2006-03-111-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-15/+6
|\ \ | |/
| * * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-15/+6
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-1/+1
|\ \ | |/
| * (Fmap_keymap): Doc fix.Richard M. Stallman2006-01-261-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7Miles Bader2006-01-251-2/+4
|\ \ | |/
| * (Fmap_keymap): Doc fix.Richard M. Stallman2006-01-191-2/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-26/+149
|\ \ | |/
| * (describe_map_compare): Yet another int/Lisp_Object mixup.Stefan Monnier2006-01-031-2/+2
| * (describe_map): Put sparse map elements into an array,Richard M. Stallman2005-12-301-21/+108
| * (Vfunction_key_map): Docstring fix: mention that bindings can be functions.Stefan Monnier2005-12-191-0/+3
| * (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.Richard M. Stallman2005-12-111-4/+8
| * (Vminibuffer_local_filename_completion_map)Eli Zaretskii2005-12-021-0/+22