; Fix recent obsoletion warning in cl.el.
This commit is contained in:
parent
2bbc2262cd
commit
db09267de3
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ definitions, or lack thereof).
|
|||
(let ((func `(cl-function
|
||||
(lambda ,(cadr x)
|
||||
(cl-block ,(car x) ,@(cddr x))))))
|
||||
(when (cl--compiling-file)
|
||||
(when (macroexp-compiling-p)
|
||||
;; Bug#411. It would be nice to fix this.
|
||||
(and (get (car x) 'byte-compile)
|
||||
(error "Byte-compiling a redefinition of `%s' \
|
||||
|
|
Loading…
Add table
Reference in a new issue