# HG changeset patch # User Chong Yidong # Date 1228259558 0 # Node ID 73a1266675632e0f243a0320fa92cfecb834230f # Parent e214513927194bb229447d94e94ebd89ccb5c1af * keyboard.c (make_lispy_position): Only use PT if the selected window is current. diff -r e21451392719 -r 73a126667563 src/ChangeLog --- 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 + + * keyboard.c (make_lispy_position): Only use PT if the selected + window is current. + 2008-12-02 Andreas Schwab * font.c (font_unparse_fcname): Fix use of uninitialized variable.