summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAgeFilesLines
* Move describe-face to the new help-fns machineryLars Ingebrigtsen2019-09-211-0/+1
* Clarify what counts as whitespace in `string-blank-p'Mattias Engdegård2019-09-011-1/+3
* (if-let): Improve docstring by mentioning let*Alex Branham2019-06-231-2/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-0/+29
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-021-16/+13
|\|
| * * lisp/emacs-lisp/subr-x.el (if-let, when-let): Doc fix: active voice.Glenn Morris2018-12-011-16/+13
* | Tweak subr-x.el substring functionsBasil L. Contovounesios2018-07-131-6/+6
* | Change errant if to when (Bug#31840)Mark Oteiza2018-06-181-2/+2
|/
* De-obsolete `if-let' and `when-let'Michael Heerdegen2018-03-271-20/+26
* Revert last commitMichael Heerdegen2018-03-061-23/+32
* Define if-let* and derivatives as aliases for if-let etcMichael Heerdegen2018-03-061-32/+23
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix Edebug specs for if-let* and and-let* (Bug#29236)Gemini Lasswell2017-11-261-3/+5
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Move read-multiple-choice to its own libraryMark Oteiza2017-10-061-170/+0
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* ; Fix typoMark Oteiza2017-09-221-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add clarification to if-let* docstringMark Oteiza2017-09-131-4/+5
* ; Fix previous commitMark Oteiza2017-09-131-6/+2
* Implement and-let*Mark Oteiza2017-09-121-38/+70
* Add an optional arguments to string-trimJean-Christophe Helary2017-05-191-9/+15
* ; Revert "Adjust the edebug spec of if-let*"Mark Oteiza2017-05-131-2/+1
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-0/+3
* Adjust the edebug spec of if-let*Mark Oteiza2017-04-081-1/+2
* * lisp/emacs-lisp/subr-x.el (if-let*): Fix Edebug spec (Bug#24748)Gemini Lasswell2017-02-171-1/+2
* Rename to if-let* and when-let*Mark Oteiza2017-02-031-12/+24
* read-multiple-choice: explain dialog popups moreTed Zlatanov2017-01-311-0/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix markup in read-multiple-choice doc (Bug#25102)Glenn Morris2016-12-031-1/+1
* | * lisp/emacs-lisp/subr-x.el (hash-table-keys, hash-table-values): Use cl-loop.Tino Calancha2016-11-261-6/+3
* | Move read-multiple-choice to subr-x.elLars Ingebrigtsen2016-07-221-0/+165
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Improve parameter nameBozhidar Batsov2015-05-201-3/+3
* Add new inline function `hash-table-empty-p'Bozhidar Batsov2015-05-201-0/+4
* * lisp/emacs-lisp/subr-x.el (if-let): Fix debug specArtur Malabarba2015-05-071-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* Spelling fixes.Paul Eggert2014-09-111-4/+4
* * lisp/emacs-lisp/subr-x.el (string-reverse): Define as obsolete aliasFabián Ezequiel Gallina2014-06-301-3/+1
* * lisp/emacs-lisp/subr-x.el (string-reverse): Use `reverse'.Fabián Ezequiel Gallina2014-06-301-1/+1
* New if-let, when-let, thread-first and thread-last macros.Fabián Ezequiel Gallina2014-06-301-0/+107