summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer directed to neutral quotesPaul Eggert2015-08-241-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-4/+11
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-4/+4
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-1/+2
* Fix infinite loop in delete-consecutive-dupsShigeru Fukaya2015-07-261-6/+6
* Fix delete-dups bug on long listsAri Roponen2015-07-161-2/+2
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-2/+2
* * lisp/subr.el (remove-from-invisibility-spec): Handle the t caseStefan Monnier2015-06-241-3/+4
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-231-0/+1
* Add new function string-greaterpNicolas Petton2015-06-041-0/+8
* Add let-when-compile macro instead of using pcase-letOleh Krehel2015-05-201-0/+13
* * lisp/subr.el (delete-dups): Pre-size the hashtable.Stefan Monnier2015-05-061-15/+15
* lisp/subr.el (delete-dups): Avoid nreverse.Oleh Krehel2015-05-061-6/+9
* * lisp/subr.el (delete-dups): Make it destructive again.Artur Malabarba2015-05-061-3/+3
* lisp/subr.el (delete-dups): Use a hash tableOleh Krehel2015-05-061-5/+13
* * lisp/subr.el (delay-mode-hooks): Fix doc typo.Glenn Morris2015-04-271-1/+1
* Fix change from 2015-04-22 "On C-y, stop some text property entries ..."Alan Mackenzie2015-04-251-14/+14
* Clarify the doc string of 'replace-regexp-in-string'Eli Zaretskii2015-04-251-1/+2
* On C-y, stop some text property entries being written into buffer-undo-listAlan Mackenzie2015-04-221-14/+15
* (looking-back): Make the second arg non-optional.Stefan Monnier2015-04-151-7/+8
* Remove left over code from when we used an obsolete/loaddefs.el fileStefan Monnier2015-04-131-3/+1
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-3/+3
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-4/+25
* Generalize start-process with keyword argsDaiki Ueno2015-03-231-0/+24
* subr.el (apply-partially): Use lexical binding.David Kastrup2015-02-081-2/+2
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-081-0/+1
* Fix json error-definition condition build errorLars Magne Ingebrigtsen2015-02-061-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-12/+21
|\
| * Prevent artist-mode from creating runaway timers (Bug#6130).Daniel Koning2015-01-211-12/+21
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier2014-12-181-0/+1
* | * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier2015-01-081-0/+1
* | 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