aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-5/+5
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-10/+10
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+5
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-11/+12
* src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* src/*.c: Fix more warnings about unused parameters.Juanma Barranquero2011-03-261-9/+4
* * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):Paul Eggert2011-03-141-28/+29
* * keymap.c (DENSE_TABLE_SIZE): Remove; unused.Paul Eggert2011-03-141-3/+0
* * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.Paul Eggert2011-03-141-2/+2
* * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):Paul Eggert2011-03-141-6/+6
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-1/+1
* Merge from emacs-23; up to 2010-06-03T05:41:[email protected].Glenn Morris2011-02-271-1/+1
|\
| * Comment spelling fix.Glenn Morris2011-02-221-1/+1
* | Hide implementation of `struct kboard'Tom Tromey2011-02-161-14/+14
* | Change B_ to BVARTom Tromey2011-02-161-6/+6
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* | * keymap.c: conform to C89 pointer rulesPaul Eggert2011-02-061-5/+5
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-46/+11
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+2
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-3/+3
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-5/+0
* | * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.Stefan Monnier2010-08-011-2/+2
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Convert old-style definitionsAndreas Schwab2010-07-121-33/+12
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+6
|\|
| * * keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong2010-06-191-4/+6
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-64/+31
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+8
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-3/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-88/+34
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-18/+18
* | Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-011-3/+0
|/
* * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier2010-05-311-14/+22
* Fix keyboard macro key lookup (Bug#5481).Chong Yidong2010-03-031-18/+18
* * keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier2010-01-241-16/+27
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.Dan Nicolaescu2009-11-061-5/+5
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-28/+28
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-1/+5
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fwhere_is_internal): Use nconc2.Stefan Monnier2009-09-121-4/+1
* (where_is_internal): Don't erroneously return nil right afterStefan Monnier2009-09-111-7/+11
* (get_keymap): Return the actual keymap symbol rather than t for autoloadedStefan Monnier2009-09-111-1/+1