summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'scratch/long-lines-cleanup' into 'emacs-29'Gregory Heytings2023-05-131-2/+2
|\
| * Code cleanup for long line optimizationsGregory Heytings2023-03-291-2/+2
* | Fix arguments of xml.c functions as displayed in Help buffersEli Zaretskii2023-05-051-2/+2
* | ; Improve documentation of 'match-buffers'Eli Zaretskii2023-04-101-6/+7
* | Fix "C-h k" and "C-h c" with Paste from Kill MenuEli Zaretskii2023-04-081-36/+38
* | ; Improve documentation of 'declare-function'Eli Zaretskii2023-04-051-1/+2
* | ; * lisp/subr.el (use-dialog-box-p): Fix last change.Eli Zaretskii2023-04-021-3/+2
* | * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs.Eli Zaretskii2023-04-021-1/+2
|/
* ; * lisp/subr.el (read-char-choice): Fix last change.Eli Zaretskii2023-03-281-7/+9
* Improve documentation of 'read-choice' and related symbolsEli Zaretskii2023-03-281-26/+30
* Fix accidental backward-incompatible change (bug#62417)João Távora2023-03-271-3/+3
* ; * lisp/subr.el (setq-local): Add missing period (bug#62242).Arash Esbati2023-03-171-1/+1
* Add 'declare' specs to with- and without-restrictionGregory Heytings2023-03-081-0/+2
* Fix documentation of 'normal-mode' in buffers that don't visit filesEli Zaretskii2023-03-041-2/+3
* Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo2023-02-171-16/+37
|\
| * Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-12/+12
| * Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-131-13/+34
| |\
| | * Minor improvements to labeled narrowingGregory Heytings2023-02-131-8/+6
| | * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-5/+9
| | * Add 'without-narrowing' macroGregory Heytings2023-02-091-4/+23
| | * Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-091-1/+1
* | | Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-131-0/+4
* | | Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-131-0/+4
* | | Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-3/+0
* | | Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-1/+1
|/ /
* | ; Improve documentation of hash functions.Eli Zaretskii2023-02-111-2/+2
|/
* Don't clobber match data in 'y-or-n-p'Eli Zaretskii2023-02-041-6/+8
* * lisp/subr.el (while-let): Fix docs if-let->if-let* (bug#60758).Sean Whitton2023-01-151-1/+3
* Revert "* lisp/subr.el (while-let): Use if-let, not if-let* (bug#60758)."Sean Whitton2023-01-151-1/+1
* * lisp/subr.el (combine-change-calls-1): Fix bug#60467Stefan Monnier2023-01-131-7/+7
* * lisp/subr.el (while-let): Use if-let, not if-let* (bug#60758).Sean Whitton2023-01-121-1/+1
* ; 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