aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warn about read-passwd in batch modeGlenn Morris2014-06-261-1/+6
* Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-141-1/+1
* * lisp/subr.el (set-transient-map): Don't wait for some "nested"Stefan Monnier2014-05-311-1/+1
* * lisp/subr.el (sit-for): Add comment with a short history.Stefan Monnier2014-05-301-0/+4
* * lisp/subr.el (sit-for): Don't run input-methods.Stefan Monnier2014-05-291-1/+6
* * lisp/subr.el (function-put): Add function.Stefan Monnier2014-05-091-0/+8
* * 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 completelyLars 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-errorsGlenn Morris2014-01-231-0/+4
* Fix some function declarationsGlenn 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-mapChong 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 regionStefan 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 paramBarry O'Reilly2013-10-181-1/+1
* * lisp/subr.el (read-passwd): Hide chars even when called within a contextStefan Monnier2013-10-041-8/+10
* * lisp/subr.el (decode-char, encode-char): Use advertised-calling-conventionStefan 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 warningsGlenn 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