summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/nadvice.el
Commit message (Expand)AuthorAgeFilesLines
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Fix `describe-function' for autoloaded adviced functionsLars Ingebrigtsen2021-09-031-25/+34
* Put advice documentation at the end of the displayed doc stringLars Ingebrigtsen2021-08-271-2/+6
* Fix a few Edebug specifications where code is wrapped in lambdas.Philipp Stephani2021-05-171-1/+1
* Rename comp-never-optimize-functions → native-comp-never-optimize-functionsAndrea Corallo2021-05-061-7/+7
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix some compilation warnings in non nativecomp build (bug#43892)Brian Leung2020-10-121-0/+2
* | Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"Andrea Corallo2020-10-121-2/+0
* | Fix some compilation warnings in non nativecomp build (bug#43892)Andrea Corallo2020-10-121-0/+2
* | Provide feature nativecomp and make use of itAndrea Corallo2020-10-101-1/+1
* | Rename comp-subr-safe-advice -> comp-subr-trampoline-installAndrea Corallo2020-10-051-1/+1
* | Revert "Add `advice-flet' macro"Andrea Corallo2020-10-051-26/+0
* | Add `advice-flet' macroAndrea Corallo2020-10-021-0/+26
* | Rename comp--subr-safe-advice -> comp-subr-safe-adviceAndrea Corallo2020-09-241-1/+1
* | Call `comp--subr-safe-advice' from the advice machineryAndrea Corallo2020-09-241-0/+16
|/
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Tweak output of doc in advice--make-docstringLars Ingebrigtsen2019-07-131-4/+6
* * lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.Stefan Monnier2019-07-061-1/+0
* * nadvice.el: Add ourselves to package--builtin-versionsStefan Monnier2019-04-081-0/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-05-231-0/+3
|\|
| * Clarify when to use advice-add vs add-functionNoam Postavsky2018-05-221-0/+3
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-3/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advicesStefan Monnier2017-07-181-0/+12
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-5/+13
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring):Glenn Morris2016-06-131-1/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.Johan Bockgård2015-11-231-2/+6
* * lisp/emacs-lisp/nadvice.el (add-function): Escape quoteArtur Malabarba2015-11-161-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+1
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-3/+3
* (advice--called-interactively-skip): Fix inf-loop (bug#21083)Stefan Monnier2015-07-211-2/+3
* Fix quoting of help for functions with odd namesPaul Eggert2015-06-111-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* New macro define-adviceLeo Liu2014-11-181-0/+24
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-6/+10
|\
| * * lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.Stefan Monnier2014-05-231-6/+10
* | Unbreak the buildDaniel Colascione2014-05-241-5/+6
|/
* * lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooledStefan Monnier2014-05-121-1/+1
* * lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier2014-05-101-20/+21
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier2014-03-201-4/+12