summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAgeFilesLines
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-241-0/+1
* * lisp/emacs-lisp/subr-x.el (if-let*, if-let): Use looser Edebug specStefan Monnier2021-05-221-12/+5
* Give 'when-let' and 'when-let*' their own Edebug specification.Philipp Stephani2021-05-221-2/+7
* * lisp/emacs-lisp/subr-x.el (if-let): Swap &or branches (Bug#48489)Philipp Stephani2021-05-181-2/+2
* Fix the tests for 'string-limit'Eli Zaretskii2021-05-121-0/+12
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-241-22/+0
* * lisp/emacs-lisp/subr-x.el (named-let): New macroStefan Monnier2021-01-201-0/+22
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-251-5/+29
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-251-13/+0
* Improve the string-limit doc stringLars Ingebrigtsen2020-12-231-1/+5
* Allow string-slice to take zero-length matchesLars Ingebrigtsen2020-12-231-13/+10
* ; Fix docstrings in last change to subr-x.elBasil L. Contovounesios2020-12-221-3/+3
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-221-6/+8
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-221-8/+11
* Further string-clean-whitespace tweaksLars Ingebrigtsen2020-12-221-1/+1
* Tiny string-clean-whitespace simplificationBasil L. Contovounesios2020-12-211-1/+1
* Make string-chop-newline more efficientLars Ingebrigtsen2020-12-211-1/+1
* Make string-clean-whitespace work on non-ASCII whitespace, tooLars Ingebrigtsen2020-12-211-1/+3
* Add string-chop-newlineLars Ingebrigtsen2020-12-211-0/+4
* ; Fix recent string utility additionsBasil L. Contovounesios2020-12-211-9/+9
* Fix shorter-than-length case for string-limitLars Ingebrigtsen2020-12-211-1/+1
* Rename slice-string to string-sliceLars Ingebrigtsen2020-12-211-1/+1
* Add `string-pad'Lars Ingebrigtsen2020-12-211-0/+20
* Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-211-0/+53
* Give better error feedback on wrong password in .gpg filesLars Ingebrigtsen2020-09-301-0/+1
* gnus-shorten-url: Improve and avoid args-out-of-range errorŠtěpán Němec2020-04-131-0/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* 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