diff options
| author | Stefan Monnier | 2012-04-26 08:43:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-04-26 08:43:28 -0400 |
| commit | e95a67dc75c3d41c428d6e215426f321b5a2f9e5 (patch) | |
| tree | 942041f2385c9506f52b6c97af7e4cee34f917db /lisp/ChangeLog | |
| parent | 4c3fa1d9adf3dca80e86b45488b0556f5f0fa495 (diff) | |
| download | emacs-e95a67dc75c3d41c428d6e215426f321b5a2f9e5.tar.gz emacs-e95a67dc75c3d41c428d6e215426f321b5a2f9e5.zip | |
Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).
* lisp/term/ns-win.el (ns-define-service):
* lisp/progmodes/pascal.el (pascal-goto-defun):
* lisp/progmodes/js.el (js--read-tab):
* lisp/progmodes/etags.el (tags-lazy-completion-table):
* lisp/emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
* lisp/emacs-lisp/ewoc.el (ewoc--wrap):
* lisp/emacs-lisp/assoc.el (aput, adelete, amake):
* lisp/doc-view.el (doc-view-convert-current-doc):
* lisp/url/url.el (url-retrieve-synchronously):
* lisp/vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad6fd35bc5d..a02521ca147 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | |||
| 4 | * term/ns-win.el (ns-define-service): | ||
| 5 | * progmodes/pascal.el (pascal-goto-defun): | ||
| 6 | * progmodes/js.el (js--read-tab): | ||
| 7 | * progmodes/etags.el (tags-lazy-completion-table): | ||
| 8 | * emacs-lisp/syntax.el (syntax-propertize-via-font-lock): | ||
| 9 | * emacs-lisp/ewoc.el (ewoc--wrap): | ||
| 10 | * emacs-lisp/assoc.el (aput, adelete, amake): | ||
| 11 | * doc-view.el (doc-view-convert-current-doc): | ||
| 12 | * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding. | ||
| 13 | |||
| 1 | 2012-04-26 Chong Yidong <cyd@gnu.org> | 14 | 2012-04-26 Chong Yidong <cyd@gnu.org> |
| 2 | 15 | ||
| 3 | * image.el (image-type-from-buffer): Only return supported image | 16 | * image.el (image-type-from-buffer): Only return supported image |