summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix documentation of y-or-n-p/yes-or-no-pEli Zaretskii2023-01-041-2/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Revert a recent change which causes errorsEli Zaretskii2022-12-311-1/+1
* ; Fix handling of 'not' by 'buffer-match-p'Philip Kaludercic2022-12-311-2/+2
* Simplify last change (bug#60311)Eli Zaretskii2022-12-261-5/+2
* Fix 'json-available-p' on MS-WindowsMattias Engdegård2022-12-261-5/+5
* Fix "C-h k" in recursive minibuffersEli Zaretskii2022-12-231-10/+12
* ; Revert "; * lisp/subr.el (internal--with-narrowing): Simplify"Eli Zaretskii2022-12-171-3/+4
* ; * lisp/subr.el (internal--with-narrowing): SimplifyPhilip Kaludercic2022-12-171-4/+3
* Update the documentation of overlays (bug#59996)Eli Zaretskii2022-12-141-1/+1
* ; * lisp/subr.el (posn-col-row): Revert inadvertent change.Eli Zaretskii2022-12-031-1/+1
* Fix "C-h k" when clicking on another frameEli Zaretskii2022-12-031-1/+1
* ; Add cross-reference to string-equal docstringStefan Kangas2022-12-031-1/+3
* ; * lisp/subr.el (string-equal-ignore-case): Doc fix (bug#59779).Eli Zaretskii2022-12-021-1/+1
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-0/+25
|\
| * Minor improvements for locked narrowingGregory Heytings2022-11-261-13/+5
| * Save and restore narrowing locks in 'save-restriction'.Gregory Heytings2022-11-261-6/+4
| * Generic 'with-narrowing' macro.Gregory Heytings2022-11-251-16/+31
| * Reworked locked narrowing.Gregory Heytings2022-11-251-8/+11
| * Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-11-241-11/+13
| |\
| * \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-142/+180
| |\ \
| * \ \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-08-231-9/+5
| |\ \ \
| * | | | Minor improvements to locked narrowing.Gregory Heytings2022-08-211-8/+11
| * | | | Improved locked narrowing.Gregory Heytings2022-08-201-0/+14
* | | | | Improve documentation of some posn-* functionsEli Zaretskii2022-11-261-3/+4
| |_|_|/ |/| | |
* | | | ; Fix typosStefan Kangas2022-11-201-1/+1
* | | | ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* | | | ; * lisp/subr.el (match-buffers): Fix typoJuanma Barranquero2022-11-151-1/+1
* | | | ; * lisp/subr.el (setq-local): Fix last doc change.Eli Zaretskii2022-11-041-8/+10
* | | | ; * lisp/subr.el (setq-local): Doc fix.Juanma Barranquero2022-11-041-3/+3
| |_|/ |/| |
* | | ; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)Eli Zaretskii2022-10-271-1/+1
* | | ; Fix several symbol name typosStefan Kangas2022-10-261-2/+2
* | | (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-181-1/+8
* | | 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