diff options
| author | Stefan Monnier | 2012-05-13 12:04:37 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-05-13 12:04:37 -0400 |
| commit | 06bc5e6ea6d36a1166c95b81c29bc3e748d8f652 (patch) | |
| tree | 570af101e5fa6d4aa0cba8e4a81072a28b1062f6 /lisp/ChangeLog | |
| parent | 0ae03b6aae534c1a47f7246e791138b41203b036 (diff) | |
| download | emacs-06bc5e6ea6d36a1166c95b81c29bc3e748d8f652.tar.gz emacs-06bc5e6ea6d36a1166c95b81c29bc3e748d8f652.zip | |
*** empty log message ***
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 557e8eb2e48..03b9a3ba15b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-13 Johan Bockgård <bojohan@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather | ||
| 4 | than hard-coding `car', to fix misbehavior when moving forward. | ||
| 5 | |||
| 1 | 2012-05-13 Chong Yidong <cyd@gnu.org> | 6 | 2012-05-13 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/tabulated-list.el (tabulated-list-format) | 8 | * emacs-lisp/tabulated-list.el (tabulated-list-format) |