summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-2/+2
|\
| * * lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier2014-12-151-2/+2
| * * lisp/subr.el (call-process-shell-command, process-file-shell-command):Stefan Monnier2014-10-201-8/+13
* | * lisp/subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.Stefan Monnier2014-12-041-5/+0
* | Add filter macro, which does what you expect.Eric S. Raymond2014-12-021-0/+5
* | * lisp/subr.el (pop): Don't call the getter twice.Stefan Monnier2014-11-051-1/+2
* | Simplify use of current-time and friends.Paul Eggert2014-10-281-2/+1
* | * lisp/mouse.el (mouse-drag-line): Use set-transient-map.Stefan Monnier2014-10-211-14/+23
* | * lisp/Makefile.in (obsolete-autoloads): Write to a separate file,Glenn Morris2014-10-061-1/+3
* | Consolidate x-select-text.Stefan Monnier2014-10-011-0/+15
* | * lisp/subr.el (alist-get): New accessor.Stefan Monnier2014-10-011-0/+9
* | * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-271-0/+8
* | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-071-4/+9
|\ \ | |/
| * Fix misleading doc string revealed in bug #18385.Eli Zaretskii2014-09-041-4/+9
* | * lisp/subr.el (call-process-shell-command, process-file-shell-command):Stefan Monnier2014-09-041-8/+13
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-4/+1
|\ \ | |/
| * Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-021-4/+1
* | * lisp/subr.el (remq): Revert 2014-08-25 doc change (not always true).Glenn Morris2014-08-271-1/+1
* | Fix docstring of `remq'Christoph Scholtes2014-08-241-1/+1
* | Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris2014-08-141-0/+5
|\ \ | |/
| * * lisp/subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.Glenn Morris2014-08-101-0/+5
* | Hide password in batch modeMichael Albinus2014-07-111-8/+5
* | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn 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:18Z!eliz@gnu.orgGlenn 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:00Z!dmantipov@yandex.ruGlenn 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