diff options
| author | Stefan Monnier | 2012-07-17 08:30:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-07-17 08:30:48 -0400 |
| commit | ef501ef01cd3d3168da15cf5426f1be119fc90c8 (patch) | |
| tree | 8acda749c457612f378f085ea87b0774cfac3128 /lisp/ChangeLog | |
| parent | b7ffe0402bda8231943066a1ce34e60b3dfdb6e7 (diff) | |
| download | emacs-ef501ef01cd3d3168da15cf5426f1be119fc90c8.tar.gz emacs-ef501ef01cd3d3168da15cf5426f1be119fc90c8.zip | |
* lisp/emacs-lisp/elint.el (elint-find-args-in-code):
Use help-function-arglist, so as to handle lexical byte-code.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1648aa3bea7..320da46f186 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/elint.el (elint-find-args-in-code): | ||
| 4 | Use help-function-arglist, so as to handle lexical byte-code. | ||
| 5 | |||
| 3 | * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last | 6 | * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last |
| 4 | change (bug#11826). | 7 | change (bug#11826). |
| 5 | 8 | ||