mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(Fprevious_char): Use PT, not point.
This commit is contained in:
parent
5bfb66e31d
commit
c71d37d59d
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ If `enable-multibyte-characters' is nil or point is not\n\
|
|||
XSETFASTINT (temp, FETCH_CHAR (pos));
|
||||
}
|
||||
else
|
||||
XSETFASTINT (temp, FETCH_BYTE (point - 1));
|
||||
XSETFASTINT (temp, FETCH_BYTE (PT - 1));
|
||||
return temp;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue