annotate src/bitmaps/stipple.xbm @ 58917:44dfc09c6b67

* simple.el (beginning-of-buffer, end-of-buffer): Do not push mark when mark is active in transient-mark-mode. * simple.el (mark-word): Extend the region when mark is active in transient-mark-mode, regardless of the last command. Doc fix. * simple.el (mark-word): Preserve direction when repeating. Make arg optional. Interactive "p" -> "P". (transient-mark-mode, inhibit-mark-movement): Doc fix.
author Juri Linkov <juri@jurta.org>
date Mon, 13 Dec 2004 03:08:52 +0000
parents 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define stipple_width 16
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define stipple_height 4
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char stipple_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};