summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-04-15
|\
| * ; Improve documentation of 'match-buffers'Eli Zaretskii2023-04-10
* | Merge from origin/emacs-29Eli Zaretskii2023-04-15
|\|
| * Fix "C-h k" and "C-h c" with Paste from Kill MenuEli Zaretskii2023-04-08
* | Update effect declarations for many built-in functionsMattias Engdegård2023-04-13
* | Merge from origin/emacs-29Eli Zaretskii2023-04-06
|\|
| * ; Improve documentation of 'declare-function'Eli Zaretskii2023-04-05
| * ; * lisp/subr.el (use-dialog-box-p): Fix last change.Eli Zaretskii2023-04-02
| * * lisp/subr.el (use-dialog-box-p): Fix conditions for GUI dialogs.Eli Zaretskii2023-04-02
* | Merge from origin/emacs-29Stefan Kangas2023-03-29
|\|
| * ; * lisp/subr.el (read-char-choice): Fix last change.Eli Zaretskii2023-03-28
| * Improve documentation of 'read-choice' and related symbolsEli Zaretskii2023-03-28
* | Merge from origin/emacs-29Stefan Monnier2023-03-27
|\|
| * Fix accidental backward-incompatible change (bug#62417)João Távora2023-03-27
* | Merge from origin/emacs-29Stefan Kangas2023-03-20
|\|
| * ; * lisp/subr.el (setq-local): Add missing period (bug#62242).Arash Esbati2023-03-17
* | * lisp/subr.el (string-prefix-p, string-suffix-p): Not pure.Mattias Engdegård2023-03-17
* | Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-12
* | Merge from origin/emacs-29Stefan Kangas2023-03-09
|\|
| * Add 'declare' specs to with- and without-restrictionGregory Heytings2023-03-08
* | safe-copy-tree. Correct mistakes from earlier patch.Alan Mackenzie2023-03-07
* | eval-and-compile: Strip symbol positions for eval but not for compile.Alan Mackenzie2023-03-07
* | Merge from origin/emacs-29Stefan Kangas2023-03-05
|\|
| * Fix documentation of 'normal-mode' in buffers that don't visit filesEli Zaretskii2023-03-04
* | Adjust some `pure` and `side-effect-free` function declarationsMattias Engdegård2023-02-27
* | Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-27
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-21
* | Merge from origin/emacs-29Stefan Kangas2023-02-18
|\|
| * Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo2023-02-17
| |\
| * | Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-13
| * | Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-13
| * | Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-13
| * | Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-13
* | | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-17
* | | Merge from origin/emacs-29Stefan Kangas2023-02-15
|\ \ \ | | |/ | |/|
| * | Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-13
| * | Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-13
| |\ \ | | |/ | |/|
| | * Minor improvements to labeled narrowingGregory Heytings2023-02-13
| | * Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-09
| | * Add 'without-narrowing' macroGregory Heytings2023-02-09
| | * Make 'narrowing-lock' and 'narrowing-unlock' internalGregory Heytings2023-02-09
* | | Add some `pure` and `side-effect-free` declarationsMattias Engdegård2023-02-15
* | | Merge from origin/emacs-29Stefan Kangas2023-02-12
|\| |
| * | ; Improve documentation of hash functions.Eli Zaretskii2023-02-11
| |/
* | Merge from origin/emacs-29Stefan Kangas2023-02-08
|\|
| * Don't clobber match data in 'y-or-n-p'Eli Zaretskii2023-02-04
* | Merge from origin/emacs-29Stefan Kangas2023-01-17
|\|
| * * lisp/subr.el (while-let): Fix docs if-let->if-let* (bug#60758).Sean Whitton2023-01-15
| * Revert "* lisp/subr.el (while-let): Use if-let, not if-let* (bug#60758)."Sean Whitton2023-01-15
| * * lisp/subr.el (combine-change-calls-1): Fix bug#60467Stefan Monnier2023-01-13