diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac3dbcf906b..29c912933c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp.el: Use lexical-binding. | ||
| 4 | (lisp--local-variables-1, lisp--local-variables): New functions. | ||
| 5 | (lisp--local-variables-completion-table): New var. | ||
| 6 | (lisp-completion-at-point): Use it to provide completion of let-bound vars. | ||
| 7 | |||
| 3 | * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros | 8 | * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros |
| 4 | eagerly (bug#14422). | 9 | eagerly (bug#14422). |
| 5 | 10 | ||