1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

fix preceding-char

This commit is contained in:
Andrea Corallo 2019-08-15 21:32:02 +02:00 committed by Andrea Corallo
parent b72d1c5b15
commit ac03653259

View file

@ -595,7 +595,7 @@ the annotation emission."
(byte-point-min auto)
(byte-char-after auto)
(byte-following-char auto)
(byte-preceding-char auto)
(byte-preceding-char preceding-char Fprevious_char)
(byte-current-column auto)
(byte-indent-to auto)
(byte-scan-buffer-OBSOLETE)