index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
nadvice.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-1
/
+1
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-1
/
+1
*
Fix `describe-function' for autoloaded adviced functions
Lars Ingebrigtsen
2021-09-03
1
-25
/
+34
*
Put advice documentation at the end of the displayed doc string
Lars Ingebrigtsen
2021-08-27
1
-2
/
+6
*
Fix a few Edebug specifications where code is wrapped in lambdas.
Philipp Stephani
2021-05-17
1
-1
/
+1
*
Rename comp-never-optimize-functions → native-comp-never-optimize-functions
Andrea Corallo
2021-05-06
1
-7
/
+7
*
Rename feature `nativecomp' into `native-compile'
Andrea Corallo
2021-05-05
1
-1
/
+1
*
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-1
/
+1
|
\
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Fix some compilation warnings in non nativecomp build (bug#43892)
Brian Leung
2020-10-12
1
-0
/
+2
*
|
Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"
Andrea Corallo
2020-10-12
1
-2
/
+0
*
|
Fix some compilation warnings in non nativecomp build (bug#43892)
Andrea Corallo
2020-10-12
1
-0
/
+2
*
|
Provide feature nativecomp and make use of it
Andrea Corallo
2020-10-10
1
-1
/
+1
*
|
Rename comp-subr-safe-advice -> comp-subr-trampoline-install
Andrea Corallo
2020-10-05
1
-1
/
+1
*
|
Revert "Add `advice-flet' macro"
Andrea Corallo
2020-10-05
1
-26
/
+0
*
|
Add `advice-flet' macro
Andrea Corallo
2020-10-02
1
-0
/
+26
*
|
Rename comp--subr-safe-advice -> comp-subr-safe-advice
Andrea Corallo
2020-09-24
1
-1
/
+1
*
|
Call `comp--subr-safe-advice' from the advice machinery
Andrea Corallo
2020-09-24
1
-0
/
+16
|
/
*
; Fix license statements.
Stefan Kangas
2020-08-27
1
-3
/
+5
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Tweak output of doc in advice--make-docstring
Lars Ingebrigtsen
2019-07-13
1
-4
/
+6
*
* lisp/emacs-lisp/nadvice.el: Make it a package separate from `emacs`.
Stefan Monnier
2019-07-06
1
-1
/
+0
*
* nadvice.el: Add ourselves to package--builtin-versions
Stefan Monnier
2019-04-08
1
-0
/
+7
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-05-23
1
-0
/
+3
|
\
|
|
*
Clarify when to use advice-add vs add-function
Noam Postavsky
2018-05-22
1
-0
/
+3
*
|
Prefer \... to control chars in .el literals
Paul Eggert
2018-03-29
1
-3
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Strip advices
Stefan Monnier
2017-07-18
1
-0
/
+12
*
* lisp/emacs-lisp/cl-print.el: New file
Stefan Monnier
2017-02-23
1
-5
/
+13
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (advice--make-docstring):
Glenn Morris
2016-06-13
1
-1
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (add-function): Fix debug spec.
Johan Bockgård
2015-11-23
1
-2
/
+6
*
* lisp/emacs-lisp/nadvice.el (add-function): Escape quote
Artur Malabarba
2015-11-16
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-3
/
+3
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-3
/
+3
*
(advice--called-interactively-skip): Fix inf-loop (bug#21083)
Stefan Monnier
2015-07-21
1
-2
/
+3
*
Fix quoting of help for functions with odd names
Paul Eggert
2015-06-11
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro define-advice
Leo Liu
2014-11-18
1
-0
/
+24
*
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Glenn Morris
2014-05-25
1
-6
/
+10
|
\
|
*
* lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.
Stefan Monnier
2014-05-23
1
-6
/
+10
*
|
Unbreak the build
Daniel Colascione
2014-05-24
1
-5
/
+6
|
/
*
* lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
Stefan Monnier
2014-05-12
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.
Stefan Monnier
2014-05-10
1
-20
/
+21
*
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
Stefan Monnier
2014-03-20
1
-4
/
+12
[next]