From: Chong Yidong Date: Sun, 24 Feb 2008 01:04:34 +0000 (+0000) Subject: * xterm.c (x_set_offset): Don't change the gravity if X-Git-Tag: emacs-pretest-22.1.92~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41cac0d7e8185015d79d120a353c52c79a4de29e;p=emacs.git * xterm.c (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1. --- diff --git a/src/ChangeLog b/src/ChangeLog index 86eb60d0480..c9b294ecf64 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-02-24 Ulrich Neumerkel (tiny change) + + * xterm.c (x_set_offset): Don't change the gravity if + CHANGE_GRAVITY is -1. + 2008-02-19 Stefan Monnier * intervals.h (INT_LISPLIKE): Remove. It may misfire.