diff options
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 | ||