diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-24 01:05:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-24 01:05:20 +0000 |
commit | d59581635f2d0585348be9c0331cb86d06a74178 (patch) | |
tree | 0571b60ac96f086edc48934fd06fff4ebaff4878 | |
parent | a5b6e5a4667762c22dc25ce140b5dbb802fb30d9 (diff) | |
download | emacs-d59581635f2d0585348be9c0331cb86d06a74178.tar.gz |
* xterm.c (x_set_offset): Don't change the gravity if
CHANGE_GRAVITY is -1.
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72e72a25691..98400401c24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change) + + * xterm.c (x_set_offset): Don't change the gravity if + CHANGE_GRAVITY is -1. + 2008-02-23 Chong Yidong <cyd@stupidchicken.com> * fileio.c (auto_save_error_occurred): New var. |