]> git.eshelyaron.com Git - emacs.git/commit
(current_column_1): Eliminate argument POS; use PT and PT_BYTE.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Jan 1998 08:16:28 +0000 (08:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Jan 1998 08:16:28 +0000 (08:16 +0000)
commit813b81b37d03f75159e0a175451af7af613e21cf
treeb26d5292f3b4038b8b85bc754c9efe31466c98a7
parent09841f8db266d6f56b9c1af081c43f988c0af28b
(current_column_1): Eliminate argument POS; use PT and PT_BYTE.
When doing FETCH_BYTE, use scan_byte.
(current_column): Check whether buffer really has multibyte chars,
not whether they are enabled.
src/indent.c