comparison lisp/ChangeLog @ 108897:68586a267c40

* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Rename from smie-indent-offset-after. Add :prev case. Make a bit more generic. (smie-indent-virtual): Remove `virtual' arg. Update callers. (smie-indent-keyword): Add handling of open-paren keywords. (smie-indent-comment-continue): Don't assume comment-continue.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 07 Jun 2010 15:37:50 -0400
parents 4a42850741ad
children bbdc76e1b06c
comparison
equal deleted inserted replaced
108896:4a42850741ad 108897:68586a267c40
1 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4 smie-indent-offset-after. Add :prev case. Make a bit more generic.
5 (smie-indent-virtual): Remove `virtual' arg. Update callers.
6 (smie-indent-keyword): Add handling of open-paren keywords.
7 (smie-indent-comment-continue): Don't assume comment-continue.
8
1 2010-06-07 Martin Rudalics <rudalics@gmx.at> 9 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2 10
3 * window.el (pop-to-buffer): Remove the conditional that 11 * window.el (pop-to-buffer): Remove the conditional that
4 compares new-window and old-window, so it will reselect 12 compares new-window and old-window, so it will reselect
5 the selected window unconditionally. 13 the selected window unconditionally.