mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
Initial result of applying diff
This commit is contained in:
parent
c19b988c29
commit
3c933f40a8
39 changed files with 3967 additions and 275 deletions
|
|
@ -1492,7 +1492,8 @@ when printing the error message."
|
|||
(and (eq 'macro (car-safe f)) (setq f (cdr f)))
|
||||
;; Advice wrappers have "catch all" args, so fetch the actual underlying
|
||||
;; function to find the real arguments.
|
||||
(setq f (advice--cd*r f))
|
||||
(when (fboundp 'advice--cd*r) ;;nil during early bootstrap.
|
||||
(setq f (advice--cd*r f)))
|
||||
(if (eq (car-safe f) 'declared)
|
||||
(byte-compile-arglist-signature (nth 1 f))
|
||||
(condition-case nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue