mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
byte-opt.el: Remove test that's not applicable any more
* lisp/emacs-lisp/byte-opt.el: Remove left-over test for ancient byte-compiled representation.
This commit is contained in:
parent
e819413e24
commit
05b8de54e3
1 changed files with 0 additions and 1 deletions
|
|
@ -3116,7 +3116,6 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
|
||||||
;;
|
;;
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(or (compiled-function-p (symbol-function 'byte-optimize-form))
|
(or (compiled-function-p (symbol-function 'byte-optimize-form))
|
||||||
(assq 'byte-code (symbol-function 'byte-optimize-form))
|
|
||||||
(let ((byte-optimize nil)
|
(let ((byte-optimize nil)
|
||||||
(byte-compile-warnings nil))
|
(byte-compile-warnings nil))
|
||||||
(mapc (lambda (x)
|
(mapc (lambda (x)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue