From: Andrea Corallo Date: Thu, 15 Aug 2019 19:32:02 +0000 (+0200) Subject: fix preceding-char X-Git-Tag: emacs-28.0.90~2727^2~1280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac036532599bdd49ab3bdd36437a06a12224a620;p=emacs.git fix preceding-char --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index d2ead1f1649..d7b4123a21c 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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)