Mercurial > emacs
changeset 77313:822ad5dba239
* paren.el (show-paren-function): Reset window-start to avoid
recentering.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 19 Apr 2007 17:18:55 +0000 |
parents | c07cb8ec67e0 |
children | 276c15b45d4b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 19 17:07:43 2007 +0000 +++ b/lisp/ChangeLog Thu Apr 19 17:18:55 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-19 Chong Yidong <cyd@stupidchicken.com> + + * paren.el (show-paren-function): Reset window-start to avoid + recentering. + 2007-04-19 Glenn Morris <rgm@gnu.org> * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".