Minor zone.el fixes for bug#6483.
authorGlenn Morris <rgm@gnu.org>
Wed, 7 Jul 2010 04:16:27 +0000 (21:16 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 7 Jul 2010 04:16:27 +0000 (21:16 -0700)
commita2c270e752d0aa13f98c4d3338a7565bb61ceba4
treeed1ed5b91516e942a2f1e6a5d2977d5257462124
parent48fb68553ba2d2bc657fee2b04b24acb77b6f028
Minor zone.el fixes for bug#6483.
Zone did not like the intangible newlines etc in the gomoku buffer.

* lisp/play/zone.el (top-level): Do not require timer, tabify, or cl.
(zone-shift-left): Ignore intangibility, and any errors from forward-char.
(zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
(zone-pgm-putz-with-case): Use upcase-region rather than inserting,
deleting, and copying text properties.
(zone-line-specs, zone-pgm-stress): Check forward-line exit status.
(zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
to point-max is hard.
(zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
(zone-fill-out-screen): Ignore intangibility.
lisp/ChangeLog
lisp/play/zone.el