summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* * src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and...Stefan Monnier2014-04-081-6/+1
* Add GC bug investigation codeDaniel Colascione2014-04-021-25/+26
* Revert subr.el workaround for GC bug....Richard M. Stallman2014-04-021-2/+3
* Allow `declare' to set the interactive-only property...Glenn Morris2014-03-221-1/+3
* Avoid GC crashes....Richard M. Stallman2014-03-211-1/+4
* * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message....Glenn Morris2014-02-281-1/+1
* lisp/subr.el (y-or-n-p): Fix double space issue in message.Juanma Barranquero2014-02-271-16/+12
* Spelling fixes.Paul Eggert2014-02-121-1/+1
* * subr.el (event-start): Say what a nil EVENT value means.Lars Ingebrigtsen2014-02-091-1/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Document the `event-start' and `event-end' functions more completely...Lars Ingebrigtsen2014-02-081-26/+24
* * subr.el (add-to-list): Refill the paragraphs....Lars Ingebrigtsen2014-02-071-10/+11
* * subr.el (butlast): Document what an omitted N means....Lars Ingebrigtsen2014-01-311-2/+5
* Doc updates for with-demoted-errors...Glenn Morris2014-01-231-0/+4
* Fix some function declarations...Glenn Morris2014-01-211-1/+1
* * lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp....Stefan Monnier2014-01-061-1/+1
* * lisp/subr.el (set-transient-map): Fix nested case and docstring.Stefan Monnier2014-01-061-17/+21
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * subr.el (set-temporary-overlay-map): Obsolete alias....Leo Liu2013-12-311-0/+3
* Rename set-temporary-overlay-map -> set-transient-map...Chong Yidong2013-12-231-23/+25
* * lisp/replace.el (read-regexp-defaults-function): New defcustom....Juri Linkov2013-12-201-8/+20
* * subr.el (read-passwd): Disable show-paren-mode....Leo Liu2013-12-091-0/+1
* * subr.el (process-live-p): Return nil for non-process. ...Leo Liu2013-12-021-3/+5
* * lisp/subr.el (string-suffix-p): New function.Bozhidar Batsov2013-11-241-0/+9
* * lisp/subr.el (version-regexp-alist): Fix a typo.Bozhidar Batsov2013-11-151-1/+1
* * lisp/subr.el (version-regexp-alist):...Bozhidar Batsov2013-11-141-6/+8
* * lisp/subr.el (force-mode-line-update): Delete, move to buffer.c....Stefan Monnier2013-11-111-8/+0
* * lisp/subr.el (version<, version<=, version=):...Bozhidar Batsov2013-11-041-7/+6
* * subr.el (version-regexp-alist): Add support for snapshot versions.Bozhidar Batsov2013-11-021-5/+10
* * lisp/subr.el (custom-declare-variable-early): Remove function....Stefan Monnier2013-10-291-131/+2
* * src/keyboard.c (command_loop_1): If command is nil, call `undefined'....Stefan Monnier2013-10-291-1/+9
* Add pre-redisplay-function and rectangular region...Stefan Monnier2013-10-291-0/+1
* * lisp/subr.el (add-to-list): Preserve return value in compiler-macro....Stefan Monnier2013-10-241-7/+8
* Don't run timers in input-pending-p. Its new check-timers param...Barry O'Reilly2013-10-181-1/+1
* * lisp/subr.el (read-passwd): Hide chars even when called within a context...Stefan Monnier2013-10-041-8/+10
* * lisp/subr.el (decode-char, encode-char): Use advertised-calling-convention...Stefan Monnier2013-10-031-1/+3
* Refine documentation of `looking-back'....Xue Fuqiao2013-09-291-1/+4
* * lisp/subr.el (internal--call-interactively): New const....Ryan2013-09-201-3/+5
* * lisp/subr.el (x-popup-dialog): Declare.Glenn Morris2013-09-171-0/+3
* * subr.el (add-hook): Robustify to handle closure as well.Leo Liu2013-09-181-1/+1
* Merge from emacs-24; up to 2013-01-03T02:31:36Z!rgm@gnu.orgGlenn Morris2013-09-171-1/+1
|\
| * * lisp/subr.el (eval-after-load): Preserve evaluation order....Stefan Monnier2013-09-161-1/+1
* | * subr.el (do-after-load-evaluation): Also give compiler warnings...Glenn Morris2013-09-111-6/+21
* | * lisp/subr.el (with-demoted-errors): Add `format' argument....Stefan Monnier2013-09-101-6/+12
* | * lisp/subr.el (pop): Use `car-safe'....Stefan Monnier2013-09-041-6/+10
* | * lisp/subr.el (define-error): New function....Stefan Monnier2013-08-091-5/+20
* | * lisp/progmodes/dos.el: New file....Arni Magnusson2013-08-071-1/+1
* | * lisp/subr.el (macrop): New function....Stefan Monnier2013-08-041-6/+18
* | Add support for lexical variables to the debugger's `e' command....Stefan Monnier2013-07-261-17/+1
* | * lisp/subr.el (add-to-list): Fix compiler-macro when `append' is...Stefan Monnier2013-07-221-8/+13