summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* * src/keymap.c (Fmake_composed_keymap): Move to subr.el.Stefan Monnier2011-08-031-0/+14
* * lisp/subr.el (read-char-choice): Respect help-form. (Bug#9001)Glenn Morris2011-07-151-17/+26
* * lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)Glenn Morris2011-07-151-1/+3
* lisp/subr.el (version-*): Doc fix.Eli Zaretskii2011-07-141-3/+6
* Doc fix for with-silent-modificationsLars Magne Ingebrigtsen2011-07-141-2/+9
* Clarify manual and `add-hook' doc string about buffer-local hooksLars Magne Ingebrigtsen2011-07-131-4/+4
* Remove `remove-duplicates', since `delete-dups' is sufficient.Lars Magne Ingebrigtsen2011-07-121-10/+1
* Add a new, simple definition of `remove-duplicates'Lars Magne Ingebrigtsen2011-07-111-1/+10
* * lisp/subr.el (remq): Handle the empty list. (Bug#9024)Glenn Morris2011-07-081-1/+1
* Add multiple inheritance to keymaps.Stefan Monnier2011-07-021-7/+65
* New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-211-0/+8
* Renamed `process-alive-p' to `process-live-p' for consistency with other `-li...Lars Magne Ingebrigtsen2011-06-151-1/+1
* * lisp/subr.el (make-progress-reporter): Add "..." by default.Stefan Monnier2011-06-021-0/+2
* Miscellaneous tweaks.Stefan Monnier2011-06-011-0/+1
* Add the tiny convenience function `process-alive-p'.Lars Magne Ingebrigtsen2011-05-311-0/+7
* * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).Kevin Ryde2011-05-281-1/+1
* Add delayed warnings support.Juanma Barranquero2011-04-281-1/+14
* * subr.el (shell-quote-argument): Use alternate escaping strategyDaniel Colascione2011-04-271-1/+1
* Improve Windows quoting robustnessDaniel Colascione2011-04-261-17/+53
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-4/+4
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-021-22/+0
* Merge from trunkStefan Monnier2011-03-311-0/+2
|\
| * * subr.el (deferred-action-list, deferred-action-function): Mark obsolete.Stefan Monnier2011-03-211-0/+2
* | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-301-22/+43
* | * lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer toStefan Monnier2011-03-291-16/+17
* | Merge from trunkStefan Monnier2011-03-211-18/+18
|\ \ | |/
| * * lisp/subr.el (read-char-choice): Only show the cursor after the prompt,Stefan Monnier2011-03-141-18/+18
| * undo 103071 (purecopy-cons, purecopy-car) at Stefan Monnier's requestSam Steingold2011-02-011-7/+0
| * fix docstrings of `purecopy-cons' & `purecopy-car' per Chong Yidong's requestSam Steingold2011-02-011-2/+2
| * * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold2011-02-011-0/+7
* | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-0/+3
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-1/+1
* | Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-111-0/+13
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-0/+61
* | * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-101-14/+0
* | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-6/+45
* | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-0/+19
* | Merge from trunkStefan Monnier2011-02-011-113/+150
|\ \ | |/
| * 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 r100382.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