GNU bug report logs - #62961
fringe.c comment does not show the actual definition

Previous Next

Package: emacs;

Reported by: Claudio Grondi <claudio.grondi <at> freenet.de>

Date: Thu, 20 Apr 2023 00:34:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Claudio Grondi <claudio.grondi <at> freenet.de>
To: 62961 <at> debbugs.gnu.org
Subject: bug#62961: fringe.c comment does not show the actual definition
Date: Thu, 20 Apr 2023 02:33:17 +0200
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..






This bug report was last modified 2 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.