view src/point.h @ 109325:d916e52744cb

cal-tex.el fixes for calendar-week-start-day != 0. * calendar/calendar.el (calendar-week-end-day): New function. * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars. Respect calendar-week-start-day. (Bug#6606) (cal-tex-insert-day-names, cal-tex-insert-blank-days) (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day. (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and respect calendar-week-start-day.
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Jul 2010 16:34:57 -0700
parents 695cf19ef79e
children 375f2633d815
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};

/* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572
   (do not change this comment) */