summaryrefslogtreecommitdiff
path: root/lisp/subr.el
AgeCommit message (Expand)Author
2015-08-25format-message now curves ` and 'Paul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-16Use curved quotes in core elisp diagnosticsPaul Eggert
2015-08-04; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup
2015-07-26Fix infinite loop in delete-consecutive-dupsShigeru Fukaya
2015-07-16Fix delete-dups bug on long listsAri Roponen
2015-06-30In strings, prefer plain ` and ' to \` and \'Paul Eggert
2015-06-24* lisp/subr.el (remove-from-invisibility-spec): Handle the t caseStefan Monnier
2015-06-23Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris
2015-06-04Add new function string-greaterpNicolas Petton
2015-05-20Add let-when-compile macro instead of using pcase-letOleh Krehel
2015-05-06* lisp/subr.el (delete-dups): Pre-size the hashtable.Stefan Monnier
2015-05-06lisp/subr.el (delete-dups): Avoid nreverse.Oleh Krehel
2015-05-06* lisp/subr.el (delete-dups): Make it destructive again.Artur Malabarba
2015-05-06lisp/subr.el (delete-dups): Use a hash tableOleh Krehel
2015-04-27* lisp/subr.el (delay-mode-hooks): Fix doc typo.Glenn Morris
2015-04-25Fix change from 2015-04-22 "On C-y, stop some text property entries ..."Alan Mackenzie
2015-04-25Clarify the doc string of 'replace-regexp-in-string'Eli Zaretskii
2015-04-22On C-y, stop some text property entries being written into buffer-undo-listAlan Mackenzie
2015-04-15(looking-back): Make the second arg non-optional.Stefan Monnier
2015-04-13Remove left over code from when we used an obsolete/loaddefs.el fileStefan Monnier
2015-04-11Add facility to collect stderr of async subprocessDaiki Ueno
2015-04-05Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie
2015-03-23Generalize start-process with keyword argsDaiki Ueno
2015-02-08subr.el (apply-partially): Use lexical binding.David Kastrup
2015-02-08* src/data.c (Findirect_function): Don't signal an errorStefan Monnier
2015-02-06Fix json error-definition condition build errorLars Magne Ingebrigtsen
2015-01-28Merge from origin/emacs-24Fabián Ezequiel Gallina
2015-01-21Prevent artist-mode from creating runaway timers (Bug#6130).Daniel Koning
2015-01-08* lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-27Merge from origin/emacs-24Fabián Ezequiel Gallina
2014-12-18* lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier
2014-12-15* lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier
2014-12-04* lisp/subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.Stefan Monnier
2014-12-02Add filter macro, which does what you expect.Eric S. Raymond
2014-11-05* lisp/subr.el (pop): Don't call the getter twice.Stefan Monnier
2014-10-28Simplify use of current-time and friends.Paul Eggert
2014-10-21* lisp/mouse.el (mouse-drag-line): Use set-transient-map.Stefan Monnier
2014-10-20* lisp/subr.el (call-process-shell-command, process-file-shell-command):Stefan Monnier
2014-10-06* lisp/Makefile.in (obsolete-autoloads): Write to a separate file,Glenn Morris
2014-10-01Consolidate x-select-text.Stefan Monnier
2014-10-01* lisp/subr.el (alist-get): New accessor.Stefan Monnier
2014-09-27* lisp/subr.el (track-mouse): New macro.Stefan Monnier
2014-09-07Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris
2014-09-04* lisp/subr.el (call-process-shell-command, process-file-shell-command):Stefan Monnier
2014-09-04Fix misleading doc string revealed in bug #18385.Eli Zaretskii
2014-09-02Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris