* lisp.el: Provide completion of locally bound variables in Elisp.
commitbbcc4d97447a8a138c65bc94f800c0165f556610
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Jun 2013 15:40:35 +0000 (3 11:40 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Jun 2013 15:40:35 +0000 (3 11:40 -0400)
treee977e8710fd79c681b7082a67e2244f84f9c00b5
parent1f8fdd5391e2346e181ab7cb19144d072efdc7f7
* lisp.el: Provide completion of locally bound variables in Elisp.
* lisp/emacs-lisp/lisp.el: Use lexical-binding.
(lisp--local-variables-1, lisp--local-variables): New functions.
(lisp--local-variables-completion-table): New var.
(lisp-completion-at-point): Use it to provide completion of let-bound vars.
lisp/ChangeLog
lisp/emacs-lisp/lisp.el