summaryrefslogtreecommitdiff
path: root/lisp/macros.el
Commit message (Expand)AuthorAgeFilesLines
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
|/
* Fix keyboard macro key lookup (Bug#5481).Chong Yidong2010-03-031-1/+2
* Close bug#5485.David Burger2010-02-031-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-2/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (insert-kbd-macro): Use prin1-char.Stefan Monnier2008-05-211-35/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-051-1/+1
* (insert-kbd-macro): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (insert-kbd-macro): Handle kmacro functions.Kim F. Storm2004-11-281-3/+4
* (insert-kbd-macro): Do completions based on macros,Eli Zaretskii2004-11-061-1/+8
* (apply-macro-to-region-lines): Make it operate on all lines that beginLuc Teirlinck2004-08-311-10/+7
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (insert-kbd-macro): Escape double quote character. From Thomas WGlenn Morris2003-07-231-0/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (apply-macro-to-region-lines): Let-bind mark-active toKim F. Storm2002-09-091-1/+2
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-3/+3
* (insert-kbd-macro): Print semi-colons as `?\;'.Gerd Moellmann2000-11-071-0/+2
* Add provide call.Richard M. Stallman1997-06-221-0/+2
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-291-7/+7
* (name-last-kbd-macro): Reject empty cmd name.Richard M. Stallman1996-01-281-0/+2
* (kbd-macro-query): Pass proper format string to message.Karl Heuer1996-01-251-1/+1
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* (insert-kbd-macro): Express vector char modifiers withRichard M. Stallman1995-08-221-28/+31
* Update copyright.Karl Heuer1995-04-071-1/+1
* (insert-kbd-macro): Do something reasonable for vectors.Karl Heuer1995-03-311-6/+42
* (insert-kbd-macro): Specially handle C-\, M-\ and C-M-\.Richard M. Stallman1994-12-131-31/+41
* (kbd-macro-query): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+4
* Update copyright.Karl Heuer1994-05-031-1/+1
* (insert-kbd-macro): Handle C-@, C-[, etc. properly and their meta variants too.Richard M. Stallman1994-03-021-3/+15
* (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.Richard M. Stallman1994-02-041-1/+1
* Don't repeat at load time any bindings that are autoloaded.Richard M. Stallman1993-12-231-2/+1
* (name-last-kbd-macro): Handle macros that are vectors.Richard M. Stallman1993-07-291-0/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (kbd-macro-query): Fix prompt string.Richard M. Stallman1993-05-121-1/+1
* Doc fix.Richard M. Stallman1993-05-091-6/+7