summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-161-3/+11
* subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier2022-10-071-1/+6
* * lisp/subr.el (y-or-n-p): Use substitute-command-keys.Stefan Kangas2022-10-041-5/+6
* Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-1/+1
* Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-0/+3
* Tweak while-let definitionLars Ingebrigtsen2022-09-291-1/+1
* Add new macro 'while-let'Lars Ingebrigtsen2022-09-281-0/+13
* (event-start/end): Fix part of bug#52092Stefan Monnier2022-09-241-8/+17
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-0/+8
* * lisp/subr.el (list-of-strings-p): Declare pure and error-freeMattias Engdegård2022-09-161-0/+1
* Faster and more robust list-of-strings-pMattias Engdegård2022-09-161-2/+3
* Add new predicate list-of-strings-pLars Ingebrigtsen2022-09-161-0/+5
* combine-change-calls-1: Fix case where `body` also changes other bufsStefan Monnier2022-09-151-10/+20
* Restrict replace-*-in-region to the bounds defined by callerKévin Le Gouguec2022-09-111-17/+21
* * lisp/subr.el (string-split): New alias for split-string.Stefan Kangas2022-09-101-0/+2
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-6/+0
* Improve save-match-data hygieneMattias Engdegård2022-09-071-11/+6
* Simplify dolist and dotimesMattias Engdegård2022-09-071-49/+19
* * subr.el (buffer-match-p): Use 'pcase' (bug#57502)Philip Kaludercic2022-09-031-26/+26
* Improve point-at-{bol,eol} obsoletion messageStefan Kangas2022-08-291-2/+4
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-5/+4
* Simplify `delete-line'Lars Ingebrigtsen2022-08-211-4/+1
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-2/+0
* Merge from origin/emacs-28Stefan Kangas2022-08-191-0/+2
|\
| * Resurrect obsoletion warning for two functionsStefan Kangas2022-08-191-0/+2
* | Make update-directory-autoloads available by default againLars Ingebrigtsen2022-08-151-0/+7
* | (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-141-0/+6
* | time-convert): Deprecate calls without an explicit FORM argStefan Monnier2022-08-051-0/+1
* | Minor cleanups in autoload.el/loaddefs-gen.elLars Ingebrigtsen2022-08-041-1/+1
* | Teach 'symbol-file' about .eln natively-compiled filesEli Zaretskii2022-08-031-21/+82
* | Declare `key-valid-p` and `readablep` as error-freeMattias Engdegård2022-07-311-1/+1
* | Delete redisplay-end-trigger-functions and related defunsStefan Kangas2022-07-311-3/+0
* | buffer-match-p doc string clarificationLars Ingebrigtsen2022-07-301-1/+2
* | * subr.el (buffer-match-p): Add t as trivial a conditionPhilip Kaludercic2022-07-291-0/+2
* | Cleanup `string-equal-ignore-case' declarations.Sam Steingold2022-07-281-6/+4
* | string-equal-ignore-case: new functionSam Steingold2022-07-261-1/+7
* | Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård2022-07-231-3/+2
* | Warn about calls to `lsh` (bug#56641)Mattias Engdegård2022-07-231-0/+5
* | Gently discourage use of `lsh` (bug#56641)Mattias Engdegård2022-07-201-1/+4
* | Speed up `butlast`Mattias Engdegård2022-07-191-4/+7
* | * lisp/subr.el (read-char-from-minibuffer, y-or-n-p): Simplify to use HIST=t.Juri Linkov2022-07-171-10/+4
* | Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-111-2/+5
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-5/+0
* | ; Improve documentation of 'set-transient-map' changesEli Zaretskii2022-07-071-13/+16
* | Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634)Juri Linkov2022-07-061-6/+46
* | Use command substitutions instead of literal keys in some placesStefan Kangas2022-07-031-1/+1
* | * lisp/subr.el (plistp): Simplify (bug#47427).Basil L. Contovounesios2022-06-271-3/+2
* | Add new type predicate plistpLars Ingebrigtsen2022-06-271-0/+6
* | Avoid recording passwords' charsManuel Giraud2022-06-251-6/+1
* | Fix cl-generic bootstrap problemsLars Ingebrigtsen2022-06-241-0/+12