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

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

bug#62961: fringe.c comment does not show the actual definition


From: Eli Zaretskii
Subject: bug#62961: fringe.c comment does not show the actual definition
Date: Thu, 20 Apr 2023 13:06:53 +0300

> Date: Thu, 20 Apr 2023 02:33:17 +0200
> From: Claudio Grondi <claudio.grondi@freenet.de>
> 
> 
> IS:
> 
> /* Large circle bitmap.  */
> /*
>    ........
>    ..xxxx..
>    .xxxxxx.
>    xxxxxxxx
>    xxxxxxxx
>    .xxxxxx.
>    ..xxxx..
>    ........
> */
> static unsigned short large_circle_bits[] = {
>    0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c};
> 
> SHOULD BE:
> 
>    ..xxxx..
>    .xxxxxx.
>    xxxxxxxx
>    xxxxxxxx
>    xxxxxxxx
>    xxxxxxxx
>    .xxxxxx.
>    ..xxxx..

Thanks, fixed on the emacs-24 branch, and closing the bug.





reply via email to

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