summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/nadvice.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lisp/emacs-lisp/nadvice.el (advice--interactive-form): New function.Stefan Monnier2014-03-171-18/+16
* * lisp/emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.Stefan Monnier2014-03-101-4/+9
* * lisp/help-fns.el (help-C-file-name): Handle advised functions.Stefan Monnier2014-02-011-0/+5
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-031-11/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering.Stefan Monnier2013-12-121-11/+21
* * lisp/emacs-lisp/nadvice.el (remove-function): Align withStefan Monnier2013-11-171-1/+1
* * lisp/subr.el (macrop): New function.Stefan Monnier2013-08-041-19/+4
* * lisp/emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.Stefan Monnier2013-08-041-26/+59
* * lisp/emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the newStefan Monnier2013-07-261-1/+1
* * lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back toStefan Monnier2013-06-261-41/+39
* * lisp/emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.Stefan Monnier2013-05-061-3/+7
* Use add/remove-function to manipulate process-filters.Stefan Monnier2013-04-201-0/+3
* * lisp/subr.el (with-wrapper-hook): Declare obsolete.Stefan Monnier2013-04-171-2/+5
* * lisp/emacs-lisp/nadvice.el (add-function): Default simple vars to theirStefan Monnier2013-04-151-4/+3
* * lisp/emacs-lisp/nadvice.el: Properly test names when adding advice.Stefan Monnier2013-04-151-4/+6
* Fix typo in comment (bug#13851).Bastien Guerry2013-03-021-1/+1
* * lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup toStefan Monnier2013-01-151-5/+6
* * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-081-20/+19
* Update copyright dates to 2013.Paul Eggert2013-01-021-1/+1
* Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-191-0/+50
* * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.Katsumi Yamaoka2012-11-141-1/+1