]> git.eshelyaron.com Git - emacs.git/commit
(PRINTDECLARE): Declare old_point_byte and start_point_byte.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 06:40:47 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Jan 1998 06:40:47 +0000 (06:40 +0000)
commit6ddd6eee025265b5e1d09bed63aaa684a0d84ca6
tree0b8ff54c26e6822cee49900b1d33ecb75621f073
parent6f7f43d59d6e55c6562030d858d59b1beb4c4b69
(PRINTDECLARE): Declare old_point_byte and start_point_byte.
(PRINTPREPARE): For a marker, set old_point_byte and start_point_byte.
Set both kinds of PT from the marker.
(PRINTFINISH): For a marker, use set_marker_both.
Restore both kinds of PT.
(print): For strings and symbols, handle multibyte chars.
src/print.c