summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
...
| * | * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@...Juanma Barranquero2010-09-201-4/+1
| * | * lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.Stefan Monnier2010-09-171-3/+10
| * | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-6/+7
| |\ \ | | |/
| | * * subr.el (unintern): Declare the obarray arg mandatory.Stefan Monnier2010-09-141-6/+7
* | | Merge from trunkStefan Monnier2010-09-131-10/+70
|\ \ \ | |/ /
| * | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.Stefan Monnier2010-09-121-0/+46
| * | Use `declare' in defmacros.Stefan Monnier2010-08-301-4/+5
| * | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| * | Let version-to-list handle versions like "10.3d".Chong Yidong2010-08-281-5/+10
| * | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-1/+8
| |\ \ | | |/
| | * * subr.el (read-key): Don't echo keystrokes.Stefan Monnier2010-08-211-0/+1
| | * * lisp/subr.el (read-key): Don't hide the menu-bar entries.Stefan Monnier2010-08-191-1/+6
| | * * subr.el (ignore-errors): Add debug declaration.Andreas Schwab2010-08-111-0/+1
* | | Merge from trunkStefan Monnier2010-07-231-6/+5
|\ \ \ | |/ /
| * | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-6/+5
| |\ \ | | |/
| | * * lisp/subr.el (read-quoted-char): Fix up last change.Stefan Monnier2010-06-161-6/+5
| | * Fix for momentary-string-display (Bug#6238).Juanma Barranquero2010-05-311-16/+5
| | * Stefan Monnier <monnier@iro.umontreal.ca>Chong Yidong2010-05-181-6/+4
* | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-0/+6
|/ /
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-1/+5
* | Fix for momentary-string-display (Bug#6238).Juanma Barranquero2010-05-311-16/+5
* | Implement bidi-sensitive word movement with arrow keys.Eli Zaretskii2010-05-291-25/+0
* | * subr.el (read-quoted-char): Resolve modifiers after key remapping.Stefan Monnier2010-05-181-6/+4
* | Implement bidi-sensitive movement with arrow keys.Eli Zaretskii2010-05-151-0/+25
* | Minor cleanups.Stefan Monnier2010-05-051-4/+2
* | Remove references to (default-)direction-reversed.Juanma Barranquero2010-04-211-1/+0
* | Merge from emacs-23 branchStefan Monnier2010-03-301-33/+33
|\ \ | |/
| * Fix doc strings of version-* functions and variables.Eli Zaretskii2010-03-271-33/+33
* | * subr.el: Extend progress reporters to perform "spinning".Chong Yidong2010-03-291-68/+90
|/
* Close bug#5670 with patch from Å těpán Němec <stepnem at gmail.com>.Štěpán Němec2010-03-021-3/+3
* subr.el (remove-yank-excluded-properties): Explain in a comment why `category'Eli Zaretskii2010-02-201-1/+5
* (copy-overlay): Damn typo.Stefan Monnier2010-02-111-1/+1
* * subr.el (copy-overlay): Handle deleted overlays.Stefan Monnier2010-02-111-4/+8
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (string-prefix-p): New function.Stefan Monnier2009-11-251-0/+7
* * progmodes/grep.el (grep-regexp-alist):Dan Nicolaescu2009-11-111-2/+2
* * subr.el (add-hook): Purecopy strings.Dan Nicolaescu2009-11-111-2/+4
* * subr.el (menu-bar-separator): New defconst.Dan Nicolaescu2009-11-111-0/+2
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-1/+1
* (all-completions): Declare the 4th arg obsolete.Stefan Monnier2009-10-261-2/+6
* (read-key-delay): Reduce to 0.01.Stefan Monnier2009-10-201-2/+2
* * subr.el (error, sit-for, start-process-shell-command)Juanma Barranquero2009-10-161-6/+6
* (error, sit-for, start-process-shell-command)Stefan Monnier2009-10-161-12/+11
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-31/+33
* (declare-function): Doc fix.Glenn Morris2009-10-011-5/+1
* * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).Chong Yidong2009-09-191-6/+0
* * subr.el: Fix last change to avoid using the `unless' macro, whichChong Yidong2009-09-171-4/+8
* (push, pop, dolist, dotimes, declare): Don't overwrite CL'sStefan Monnier2009-09-171-6/+15
* (after-load-functions): New hook.Stefan Monnier2009-09-151-4/+9
* * startup.el (tutorial-directory): Make it a defcustom.Stefan Monnier2009-09-121-16/+0