Mercurial > emacs
changeset 100129:73a126667563
* keyboard.c (make_lispy_position): Only use PT if the selected
window is current.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 02 Dec 2008 23:12:38 +0000 |
parents | e21451392719 |
children | 0410bbc1ef45 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 02 22:57:02 2008 +0000 +++ b/src/ChangeLog Tue Dec 02 23:12:38 2008 +0000 @@ -1,3 +1,8 @@ +2008-12-02 Chong Yidong <cyd@stupidchicken.com> + + * keyboard.c (make_lispy_position): Only use PT if the selected + window is current. + 2008-12-02 Andreas Schwab <schwab@suse.de> * font.c (font_unparse_fcname): Fix use of uninitialized variable.