summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Add a coding cookie to subr.el.Eli Zaretskii2011-11-191-1/+1
* eval-after-load fix for bug#10009Glenn Morris2011-11-101-22/+21
* * lisp/subr.el (keymap--menu-item-with-binding): Ignore item if not aAndreas Schwab2011-10-311-0/+1
* * lisp/subr.el (y-or-n-p): Add code for batch mode.Chong Yidong2011-10-291-6/+20
* Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-271-1/+4
* Document with-wrapper-hook.Chong Yidong2011-10-261-16/+24
* * subr.el (apply-partially): Remove redundant comment.Stefan Monnier2011-10-231-2/+0
* (define-key-after): Clarify that the function is not useful for non-menu keym...Lars Magne Ingebrigtsen2011-10-061-1/+2
* Fix argument to buffer-live-p in read-char-choiceLeo Liu2011-10-051-1/+1
* Fix typos.Juanma Barranquero2011-09-281-1/+1
* * lisp/subr.el (with-wrapper-hook): Fix edebug spec.Stefan Monnier2011-09-231-1/+1
* (process-kill-buffer-query-function): Mention the buffer name in the query.Lars Magne Ingebrigtsen2011-09-111-1/+3
* * subr.el (eval-after-load): Doc string clarificationLars Magne Ingebrigtsen2011-09-111-1/+1
* Doc string clarification.Lars Magne Ingebrigtsen2011-09-111-2/+6
* * lisp/subr.el (y-or-n-p): Capitalize "yes".Juri Linkov2011-09-051-1/+1
* * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring.Stefan Monnier2011-08-301-2/+2
* Add L and R categories to standard category table, and use them.Chong Yidong2011-08-181-19/+12
* Fix behavior of string-mark-left-to-right.Chong Yidong2011-08-121-10/+21
* New function `string-mark-left-to-right' for handling LRMs.Chong Yidong2011-08-101-0/+14
* * 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 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam 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