summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/subr.el (defvar-local): Add debug spec and doc-string position.Stefan Monnier2012-05-081-0/+1
* New function set-temporary-overlay-map and macros (defvar|setq)-local.Stefan Monnier2012-05-041-17/+55
* Add new error and function `user-error'.Stefan Monnier2012-05-041-0/+11
* * subr.el (read-passwd): Better clean after ourselves.Stefan Monnier2012-05-021-11/+18
* Merge changes from emacs-24 branchChong Yidong2012-04-271-1/+4
|\
| * Fix for tool-bar confusion in read-key.Chong Yidong2012-04-271-1/+4
* | * subr.el (accept-change-group): Fix arg usage.Chong Yidong2012-04-231-1/+1
* | Merge from emacs-24 branchChong Yidong2012-04-201-2/+3
|\ \ | |/
| * More small edits for doc/lispref/minibuf.texiGlenn Morris2012-04-181-0/+2
| * lisp/subr.el: Update comment.Juanma Barranquero2012-04-171-2/+1
* | lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-2/+1
* | * lisp/subr.el (read-passwd): Use read-string.Stefan Monnier2012-04-111-71/+43
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
|/
* Several miscellaneous doc changes.Chong Yidong2012-04-041-3/+4
* eval-after-load fix for bug#10946Glenn Morris2012-03-151-8/+12
* Further doc fix for save-window-excursion.Chong Yidong2012-03-121-5/+5
* Doc fixes for save-window-excursion.Chong Yidong2012-03-121-6/+5
* Rename condition-case-no-debug to condition-case-unless-debugLeo Liu2012-02-101-2/+5
* * etc/NEWS: Edit delayed-warnings-list entry.Glenn Morris2012-02-081-0/+3
* with-wrapper-hook doc clarificationsGlenn Morris2012-02-041-10/+13
* Document change-major-mode-after-body-hookGlenn Morris2012-02-011-4/+6
* lisp/subr.el: Rework previous change.Juanma Barranquero2012-01-231-10/+17
* lisp/subr.el (display-delayed-warnings): Collapse identical adjacent messages.Juanma Barranquero2012-01-231-2/+13
* (with-selected-frame): Mention that the selected frame is restored.Lars Magne Ingebrigtsen2012-01-071-2/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* 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