summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * lisp/subr.el (add-to-list): Fix compiler-macro when `append' isStefan Monnier2013-07-221-8/+13
* | split-string takes a new arg TRIM that's a regexpRichard M. Stallman2013-07-191-15/+48
* | lisp/subr.el (delay-warning): New function.Juanma Barranquero2013-07-111-0/+7
* | lisp/subr.el (read-quoted-char): Remove unused local variable `char'.Juanma Barranquero2013-07-081-1/+1
* | * lisp/subr.el (read-quoted-char): Use read-key.Stefan Monnier2013-07-051-14/+13
* | * filenotify.el: New package.Michael Albinus2013-07-041-14/+0
* | Merge from emacs-24; up to 2012-12-29T12:57:49Z!fgallina@gnu.orgGlenn Morris2013-07-021-2/+4
|\ \ | |/
| * * lisp/subr.el (y-or-n-p): Handle empty prompts.Glenn Morris2013-07-021-2/+4
* | Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-201-0/+5
* | * lisp/subr.el (eval-after-load, set-temporary-overlay-map): Use indirectionStefan Monnier2013-06-141-23/+29
* | * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-131-29/+45
* | * lisp/subr.el (internal-push-keymap, internal-pop-keymap): New functions.Vitalie Spinu2013-06-131-23/+41
* | * lisp/subr.el (function-arity): Remove (mistakenly added).Stefan Monnier2013-06-111-26/+0
* | Fix typos.Juanma Barranquero2013-06-111-19/+19
* | * lisp/emacs-lisp/edebug.el (edebug-result): Move before first use.Stefan Monnier2013-06-051-170/+168
* | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-041-4/+43
* | * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-22/+6
* | Search and highlight symbol at point.Juri Linkov2013-06-031-3/+11