diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-10-02 22:18:57 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-10-05 21:32:38 +0200 |
commit | 0b58be4941c92d337eccadabaaba5ef8620c5b52 (patch) | |
tree | 6bfdf8c52c510b7ff1566f1596053258c6438d5c /lisp/emacs-lisp/comp.el | |
parent | b3ade4de179d4c13cd09e2b8066e09c66355d322 (diff) | |
download | emacs-0b58be4941c92d337eccadabaaba5ef8620c5b52.tar.gz emacs-0b58be4941c92d337eccadabaaba5ef8620c5b52.tar.bz2 emacs-0b58be4941c92d337eccadabaaba5ef8620c5b52.zip |
Rename comp-subr-safe-advice -> comp-subr-trampoline-install
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index ef13c0ce63e..7074ff759e0 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -2614,7 +2614,7 @@ Return the its filename if found or nil otherwise." `comp-eln-load-path'"))))) ;;;###autoload -(defun comp-subr-safe-advice (subr-name) +(defun comp-subr-trampoline-install (subr-name) "Make SUBR-NAME effectively advice-able when called from native code." (unless (or (memq subr-name comp-never-optimize-functions) (gethash subr-name comp-installed-trampolines-h)) |