From ac036532599bdd49ab3bdd36437a06a12224a620 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 15 Aug 2019 21:32:02 +0200 Subject: [PATCH] fix preceding-char --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5