Rename comp-subr-safe-advice -> comp-subr-trampoline-install
This commit is contained in:
parent
b3ade4de17
commit
0b58be4941
3 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue