all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62961: fringe.c comment does not show the actual definition
@ 2023-04-20  0:33 Claudio Grondi
  2023-04-20 10:06 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Claudio Grondi @ 2023-04-20  0:33 UTC (permalink / raw)
  To: 62961


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..







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#62961: fringe.c comment does not show the actual definition
  2023-04-20  0:33 bug#62961: fringe.c comment does not show the actual definition Claudio Grondi
@ 2023-04-20 10:06 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-04-20 10:06 UTC (permalink / raw)
  To: Claudio Grondi; +Cc: 62961-done

> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-20 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20  0:33 bug#62961: fringe.c comment does not show the actual definition Claudio Grondi
2023-04-20 10:06 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.