]> git.eshelyaron.com Git - emacs.git/commitdiff
fix preceding-char
authorAndrea Corallo <andrea_corallo@yahoo.it>
Thu, 15 Aug 2019 19:32:02 +0000 (21:32 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:34:00 +0000 (11:34 +0100)
lisp/emacs-lisp/comp.el

index d2ead1f16494448e6805fe277082a8aa69f9e0c8..d7b4123a21c6a8170948bf5a53c164a8ea39fb38 100644 (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)