bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15786: 24.3; No warning on mal-formed let form when lexical-binding


From: Leo Liu
Subject: bug#15786: 24.3; No warning on mal-formed let form when lexical-binding
Date: Sat, 02 Nov 2013 08:37:52 +0800

Due to a typo in my code, I got a bug report on ggtags
https://github.com/leoliu/ggtags/issues/17. I was fooled by the elisp
compiler which warns mal-formed let forms without lexical-binding.

To reproduce
1. Download the file in the attachment
2. byte-compile it
3. remove the first line and byte-compile it

step 2 produces no warnings while step 3 does.

Attachment: t.el
Description: application/emacs-lisp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]