summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-30ad-activate-advised-definition: Use proper function objectsStefan Monnier
2024-03-15* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.Andrea Corallo
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-16Clean-up some native-comp advice special handling.Andrea Corallo
2023-11-09Don't load comp when installing an existing trampolineAndrea Corallo
2023-09-28; Substitute quotes in obsoletion notice in 'C-h f'Eshel Yaron
2023-08-03* lisp/emacs-lisp/advice.el (defadvice): Mark as obsoleteStefan Monnier
2023-01-19Fix an oversight in advice.elMichael Heerdegen
2023-01-19Fix an oversight in advice.elMichael Heerdegen
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-14(compiled-function-p): New function (bug#56648)Stefan Monnier
2022-08-11Make ad-version variable obsoleteStefan Kangas
2022-07-28; Delete LCD Archive entriesStefan Kangas
2022-04-26Use `advice--cd*r` where applicableStefan Monnier
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-18; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-05-05Rename feature `nativecomp' into `native-compile'Andrea Corallo
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-19Shorten some over-wide docstrings in functions and macrosStefan Kangas
2020-12-06Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-03Remove redundant requires of 'help'Stefan Kangas
2020-12-02Remove specific byte-compiler warnings for cl.elStefan Kangas
2020-11-22Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-11-16Don't quote lambdas in emacs-lisp/*.elStefan Kangas
2020-11-14Merge remote-tracking branch 'savannah/master' into devAndrea Corallo
2020-11-14Don't quote lambdas in several placesStefan Kangas
2020-11-07* Fix non native compiled buildAndrea Corallo
2020-10-12Fix some compilation warnings in non nativecomp build (bug#43892)Brian Leung
2020-10-12Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"Andrea Corallo
2020-10-12Fix some compilation warnings in non nativecomp build (bug#43892)Andrea Corallo
2020-10-05Rename comp-subr-safe-advice -> comp-subr-trampoline-installAndrea Corallo
2020-09-24Rename comp--subr-safe-advice -> comp-subr-safe-adviceAndrea Corallo
2020-09-24Call `comp--subr-safe-advice' from the advice machineryAndrea Corallo
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-17* lisp/emacs-lisp/advice.el: Only use defmacro when neededStefan Monnier
2018-09-17* lisp/emacs-lisp/advice.el (ad-advised-functions): Make it a plain listStefan Monnier
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-09* lisp/emacs-lisp/advice.el: Stop using old-style backquotesPhilipp Stephani