From 0b58be4941c92d337eccadabaaba5ef8620c5b52 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Fri, 2 Oct 2020 22:18:57 +0200 Subject: Rename comp-subr-safe-advice -> comp-subr-trampoline-install --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/comp.el') 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)) -- cgit v1.2.3