bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26124: 26.0.50; Byte compiler reports its bug


From: npostavs
Subject: bug#26124: 26.0.50; Byte compiler reports its bug
Date: Fri, 02 Jun 2017 23:05:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

tags 26124 fixed
close 26124 
quit

Kazuhiro Ito <kzhr@d1.dion.ne.jp> writes:

> Here is the minimal recipe.
>
> 1. Write .el file contains below codes.
>
> (defsubst test1 (c m)
>   (and (eq c 1)
>        (cond ((eq m 1) t)
>            ((eq m 2)
>             (not (not c))))))
>
> (defun test2 (c m)
>   (test1 c m))
>
> 2. Byte-compile the file.

This seems to be fixed now.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]