summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-2/+2
|\
| * 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
* | | Add trailing space to PROMPT in yes-or-no-pMichael Albinus2023-05-121-1/+3
* | | Merge from origin/emacs-29Dmitry Gutov2023-05-061-2/+2
|\ \ \ | |/ /
| * | Fix arguments of xml.c functions as displayed in Help buffersEli Zaretskii2023-05-051-2/+2
* | | Add the function declaration and property `important-return-value`Mattias Engdegård2023-05-011-0/+1
* | | Merge from origin/emacs-29Eli Zaretskii2023-04-151-6/+7
|\ \ \ | |/ /
| * | ; Improve documentation of 'match-buffers'Eli Zaretskii2023-04-101-6/+7
* | | Merge from origin/emacs-29Eli Zaretskii2023-04-151-36/+38
|\ \ \ | |/ /
| * | Fix "C-h k" and "C-h c" with Paste from Kill MenuEli Zaretskii2023-04-081-36/+38
* | | Update effect declarations for many built-in functionsMattias Engdegård2023-04-131-1/+1
* | | Merge from origin/emacs-29Eli Zaretskii2023-04-061-3/+4
|\ \ \ | |/ /
| * | ; 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
| |/
* | Merge from origin/emacs-29Stefan Kangas2023-03-291-25/+31
|\ \ | |/
| * ; * 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
* | Merge from origin/emacs-29Stefan Monnier2023-03-271-3/+3
|\ \ | |/
| * Fix accidental backward-incompatible change (bug#62417)João Távora2023-03-271-3/+3
* | Merge from origin/emacs-29Stefan Kangas2023-03-201-1/+1
|\ \ | |/
| * ; * lisp/subr.el (setq-local): Add missing period (bug#62242).Arash Esbati2023-03-171-1/+1
* | * lisp/subr.el (string-prefix-p, string-suffix-p): Not pure.Mattias Engdegård2023-03-171-2/+2
* | Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-121-55/+0
* | Merge from origin/emacs-29Stefan Kangas2023-03-091-0/+2
|\ \ | |/
| * Add 'declare' specs to with- and without-restrictionGregory Heytings2023-03-081-0/+2
* | safe-copy-tree. Correct mistakes from earlier patch.Alan Mackenzie2023-03-071-3/+6
* | eval-and-compile: Strip symbol positions for eval but not for compile.Alan Mackenzie2023-03-071-0/+53
* | Merge from origin/emacs-29Stefan Kangas2023-03-051-2/+3
|\ \ | |/
| * Fix documentation of 'normal-mode' in buffers that don't visit filesEli Zaretskii2023-03-041-2/+3
* | Adjust some `pure` and `side-effect-free` function declarationsMattias Engdegård2023-02-271-1/+13
* | Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-271-1/+3
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-20/+10
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-1/+6
|\ \ | |/
| * Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo2023-02-171-16/+37
| |\
| * | 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
* | | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-6/+18
* | | Merge from origin/emacs-29Stefan Kangas2023-02-151-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
* | | Add some `pure` and `side-effect-free` declarationsMattias Engdegård2023-02-151-0/+9
* | | Merge from origin/emacs-29Stefan Kangas2023-02-121-2/+2
|\ \ \ | |/ /