summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Minor advice.el fixGlenn Morris2016-12-121-1/+1
* | Pacify ‘make check-declare’Paul Eggert2016-05-141-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-101-1/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-21/+21
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-17/+17
* Fix some “nested” quoting confusion in doc stringsPaul Eggert2015-06-211-5/+5
* Don't require help-fns when not neededPaul Eggert2015-05-201-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fixGlenn Morris2014-03-101-4/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-031-50/+35
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update doc for advice changes.Chong Yidong2013-12-261-25/+3
* * lisp/subr.el (pop): Use `car-safe'.Stefan Monnier2013-09-041-1/+1
* * lisp/subr.el (macrop): New function.Stefan Monnier2013-08-041-19/+11
* Make defvar affect the default binding outside of any let.Stefan Monnier2013-08-021-1/+0
* * lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup toStefan Monnier2013-01-151-8/+5
* * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-081-5/+3
* * lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh theStefan Monnier2013-01-071-4/+9
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/emacs-lisp/advice.el (ad-should-compile): Don't compile advice if theStefan Monnier2012-11-261-28/+27
* | * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.Stefan Monnier2012-11-161-1/+3
* | * lisp/emacs-lisp/advice.el (ad-definition-type): Make sure we don't useStefan Monnier2012-11-141-9/+8
* | * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.Katsumi Yamaoka2012-11-141-1/+1
* | * lisp/emacs-lisp/advice.el: Layer on top of nadvice.el.Stefan Monnier2012-11-131-492/+238
* | * lisp/emacs-lisp/advice.el: Remove support for freezing.Stefan Monnier2012-11-121-117/+21
* | * lisp/emacs-lisp/nadvice.el: New package.Stefan Monnier2012-11-121-33/+9
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-1/+2
|\ \ | |/
| * * lisp/emacs-lisp/advice.el: Require `cl-lib' at run-time to fixStefan Monnier2012-11-081-1/+2
* | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-091-83/+67
* | * lisp/emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.Stefan Monnier2012-11-091-90/+67
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-081-7/+15
|/
* * lisp/emacs-lisp/advice.el (ad-assemble-advised-definition):Stefan Monnier2012-10-261-3/+5
* * lisp/emacs-lisp/advice.el: Clean up commentary a bit.Stefan Monnier2012-10-181-69/+16
* * lisp/emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.Stefan Monnier2012-09-141-10/+6
* * lisp/emacs-lisp/edebug.el: Miscellaneous cleanup.Stefan Monnier2012-09-131-111/+72
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-1/+1
* Update Compilation and Advice chapters in Lisp manual.Chong Yidong2012-02-101-48/+10
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-5/+5
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-2/+2
* * lisp/emacs-lisp/advice.el (ad-read-advised-function):Kevin Ryde2011-05-231-2/+13
* Preserve arg names for advice of subr and lexical functions.Stefan Monnier2011-04-131-126/+15