summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Simplify 'without-restriction'Gregory Heytings2024-01-151-2/+3
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Improve documentation of signaling errors in batch modeEli Zaretskii2023-11-091-0/+4
* ; Fix doc string of 'lsh'Eli Zaretskii2023-09-151-2/+4
* ; * lisp/subr.el (string-suffix-p, string-prefix-p): Doc fix.Eli Zaretskii2023-09-141-4/+8
* Fix typo (Bug#65764)Joseph Turner2023-09-061-1/+1
* * lisp/subr.el (combine-change-calls-1): Fix bug#64989Stefan Monnier2023-08-281-2/+2
* * Add missing alias to `native-comp-enable-subr-trampolines'.Andrea Corallo2023-08-141-0/+2
* * Add missing alias to `native-comp-enable-subr-trampolines'.Andrea Corallo2023-08-141-0/+2
* ; * lisp/subr.el (ignore, always): Doc fixes. (Bug#64776)Eli Zaretskii2023-07-221-4/+4
* ; Improve documentation of with-restrictionGregory Heytings2023-07-091-8/+7
* Add internal function to enter a labeled restrictionGregory Heytings2023-07-061-2/+3
* * lisp/subr.el (with-restriction): Tweak indent ruleStefan Monnier2023-06-121-1/+1
* Fix 'use-dialog-box-p' and friendsEli Zaretskii2023-05-231-2/+5
* 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