summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* alist-get doc string further clarificationLars Ingebrigtsen2020-10-071-4/+5
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Further doc fixes for dotimes about RESULTLars Ingebrigtsen2020-09-301-2/+5
* Rename replace-in-string to string-replaceLars Ingebrigtsen2020-09-271-1/+1
* Slight replace-in-string optimizationLars Ingebrigtsen2020-09-271-4/+7
* Make macroexpand of `push' slightly less confusingLars Ingebrigtsen2020-09-261-2/+2
* Fix replace-in-string infloop with empty pattern string (bug#43598)Mattias Engdegård2020-09-251-0/+2
* Clean up replace-in-string slightlyLars Ingebrigtsen2020-09-251-1/+2
* Fix previous replace-in-string rewriteLars Ingebrigtsen2020-09-251-2/+2
* Fix replace-in-string multibyteness problems with string-searchLars Ingebrigtsen2020-09-251-31/+12
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Extend process-lines to allow exit status handlingPeder O. Klingenberg2020-09-201-4/+22
* Fix up previous replace-in-string commitLars Ingebrigtsen2020-09-151-1/+5
* Add new, simple `replace-in-string' functionLars Ingebrigtsen2020-09-151-0/+30
* Add edebug form to subr--with-wrapper-hook-no-warningsLars Ingebrigtsen2020-09-071-0/+1
* Remove side-effect-free markup for assoc-defaultLars Ingebrigtsen2020-08-261-1/+0
* remove-overlays doc clarificationLars Ingebrigtsen2020-08-251-3/+11
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-7/+0
* Mark XEmacs compat alias as obsoleteStefan Kangas2020-08-161-1/+2
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-7/+0
* ; Silence recent byte-compiler warning in subr.elBasil L. Contovounesios2020-08-051-2/+4
* Preserve match data in 'kbd'Mattias Engdegård2020-07-291-2/+3
* Merge from origin/emacs-27Glenn Morris2020-05-231-1/+5
|\
| * * lisp/subr.el (save-match-data): Clarify use in docstringStefan Monnier2020-05-231-1/+5
* | * lisp/subr.el (dolist, dotimes, combine-change-calls): Cosmetic tweaksStefan Monnier2020-05-111-9/+9
* | Merge from origin/emacs-27Glenn Morris2020-04-201-3/+3
|\ \ | |/
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-3/+3
* | Fix bootstrap compiler warnings about `read-library-name'Štěpán Němec2020-04-121-0/+2
* | load-library, locate-library: Use read-library-nameŠtěpán Němec2020-04-031-6/+1
* | Fix integer overflow in forward-pointPaul Eggert2020-03-251-1/+5
* | Merge from origin/emacs-27Glenn Morris2020-03-131-2/+7
|\ \ | |/
| * * lisp/subr.el (cancel-change-group): Fix bug#39680Stefan Monnier2020-03-121-2/+7
* | * lisp/subr.el (cancel-change-group): Undo accidental changeStefan Monnier2020-03-121-10/+3
* | * lisp/subr.el (dlet): New macroStefan Monnier2020-03-101-4/+26
* | Merge from origin/emacs-27Glenn Morris2020-03-041-13/+12
|\ \ | |/
| * Fix combine-change-calls-1 for when buffer-undo-list is tAlan Mackenzie2020-03-041-13/+12
* | Make 'load-dangerous-libraries' obsolete (Bug#37819)Stefan Kangas2020-03-011-0/+3
* | Merge from origin/emacs-27Glenn Morris2020-02-061-1/+4
|\ \ | |/
| * Clarify lexvar restrictions for add-to-ordered-list, add-to-historyMattias Engdegård2020-02-021-1/+3
| * Clarify add-to-list documentation (bug#39373)Mattias Engdegård2020-02-011-0/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Make goto-line keep a separate input history per bufferFederico Tedin2019-12-241-2/+7
|/
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-1/+1
* ; Spelling fixesPaul Eggert2019-12-101-1/+1
* Move recenter/scroll keybindings from minibuffer-local-map to read-char mapJuri Linkov2019-12-091-2/+9
* * lisp/subr.el: Add discard-input to more functions.Juri Linkov2019-11-301-1/+3
* * lisp/subr.el (do-after-load-evaluation): Fix thinkoStefan Monnier2019-11-271-1/+1
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-1/+1