]> git.eshelyaron.com Git - emacs.git/commit
Improve error messaging from byte-compiling dotted lists
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 22 Sep 2021 21:46:59 +0000 (23:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 22 Sep 2021 21:47:04 +0000 (23:47 +0200)
commitbb3a045501281f7aafe800f729c253688780fc48
tree4c5fa624eb5392ac7bb7b246ee28eb097a82d59d
parent25019f5e249f39614f4f48b34a461b9f85b5416a
Improve error messaging from byte-compiling dotted lists

* lisp/emacs-lisp/cconv.el (cconv-analyze-form): Improve error
messaging when byte-compiling dotted lists (bug#35186).

Test case -- byte-compile the following file:

;;;  -*- lexical-binding: t -*-

(defun foo ()
  (+ 1 2)
  (a . b))
lisp/emacs-lisp/cconv.el