From: Chong Yidong Date: Tue, 2 Dec 2008 23:12:38 +0000 (+0000) Subject: * keyboard.c (make_lispy_position): Only use PT if the selected X-Git-Tag: emacs-pretest-23.0.90~1356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=651df7d9b55a19b41ed23c93b5cb47dfb2954e53;p=emacs.git * keyboard.c (make_lispy_position): Only use PT if the selected window is current. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8a4f81dd845..ea82b8206e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.