aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* ignore-errors ignores scheme exceptionsRobin Templeton2015-04-201-1/+6
* remove `declare' macroRobin Templeton2015-04-201-14/+0
* fix push/popRobin Templeton2015-04-201-2/+5
* rm not definitionRobin Templeton2015-04-201-2/+0
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-257/+72
* Lisp completion functionsBT Templeton2015-04-191-2/+0
* remove suspicious object checkingRobin Templeton2015-04-181-2/+1
* Merge from emacs-24; up to 2014-06-12T14:55:[email protected]Glenn Morris2014-06-281-1/+6
|\
| * Warn about read-passwd in batch modeGlenn Morris2014-06-261-1/+6
* | Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-4/+6
* | Merge from emacs-24; up to 2014-06-03T06:51:[email protected]Glenn Morris2014-06-141-1/+1
|\|
| * Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-141-1/+1
* | Merge from emacs-24; up to 2014-05-29T17:16:[email protected]Glenn Morris2014-06-011-23/+32
|\|
| * * 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 (sit-for): Remove universal-arg dependency.Stefan Monnier2014-05-291-6/+10
* | * lisp/subr.el (zerop): Move later so bootstrap works.Glenn Morris2014-05-271-6/+7
* | * lisp/subr.el (zerop): Move from C. Add compiler-macro.Stefan Monnier2014-05-271-1/+9
* | * src/callint.c (Ffuncall_interactively): New function.Stefan Monnier2014-05-271-5/+9
* | Add with-file-modes macro, and use itGlenn Morris2014-05-141-0/+13
* | * src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks andStefan 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 propertyGlenn 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 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