summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Glenn Morris2011-01-221-7/+2
|\
| * * lisp/subr.el (shell-quote-argument): Properly quote \n.Stefan Monnier2011-01-211-7/+2
* | Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong2011-01-191-6/+4
* | Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.Glenn Morris2011-01-151-11/+29
|\ \ | |/
| * Make last-resort backup file in .emacs.d (Bug#6953).Mark Diekhans2011-01-141-3/+8
| * * lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).Chong Yidong2011-01-131-8/+21
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/subr.el (eval-after-load): Fix timing for features.Stefan Monnier2011-01-101-11/+24
* | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-1/+1
* | Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-081-2/+5
* | New function read-char-choice for reading a restricted set of chars.Chong Yidong2011-01-081-0/+29
* | Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-071-50/+49
* | Remove code and comments related to lib-src/fns-*.el; long removed.Glenn Morris2010-12-151-20/+0
* | Merge from emacs-23Stefan Monnier2010-12-131-13/+16
|\ \ | |/
| * subr.el (posn-col-row): Evaluate header-line-format in the context ofEli Zaretskii2010-12-121-1/+3
| * Doc fixes.Glenn Morris2010-12-101-8/+8
| * Doc fix for posn-* functions (Bug#7471).Chong Yidong2010-12-041-6/+8
* | * lisp/subr.el (with-demoted-errors): Distinguish symbols from strings.Stefan Monnier2010-12-031-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-171-1/+2
|\ \ | |/
| * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)Eli Zaretskii2010-11-131-1/+2
* | Adjust doc.Vinicius Jose Latorre2010-11-011-10/+10
* | lisp/subr.el (last): Deal with dotted lists (reported in bug#7174).Glenn Morris2010-10-141-1/+1
* | lisp/subr.el (last): Use `safe-length' instead of `length' (bug#7206).Stephen Berman2010-10-141-2/+2
* | * lisp/subr.el (last): Make it faster.IRIE Shinsuke2010-10-121-8/+5
* | Remove directory-sep-char, obsolete since 21.1.Glenn Morris2010-10-031-5/+0
* | * lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.Glenn Morris2010-10-021-31/+0
* | * subr.el (booleanp): Return t instead of a list (Bug#7086).Kevin Rodgers2010-10-021-2/+3
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-2/+2
* | * 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
* | * 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 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
* | 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