diff options
| author | Jason Rumney | 2002-03-28 20:06:21 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-03-28 20:06:21 +0000 |
| commit | ef07a49701cb6ce7b9ab723590df341cf950b4c2 (patch) | |
| tree | d68145289a8e53abf3b85d647b612ba2449b5140 | |
| parent | db6b2ec611383ca25abd7b14c66c1fbe16d48bf6 (diff) | |
| download | emacs-ef07a49701cb6ce7b9ab723590df341cf950b4c2.tar.gz emacs-ef07a49701cb6ce7b9ab723590df341cf950b4c2.zip | |
Fixes to previous entries
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 35b32cc4fa0..10e2d62c0c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | * w32fns.c (Fx_create_frame): Enable tool-bar when images are | 70 | * w32fns.c (Fx_create_frame): Enable tool-bar when images are |
| 71 | supported. | 71 | supported. |
| 72 | 72 | ||
| 73 | * w32term.c: (zv_bits): Declare as short, for word alignment. | 73 | * w32term.c (zv_bits): Declare as short, for word alignment. |
| 74 | (w32_read_socket) <WM_XBUTTONUP>: Fix last change. | 74 | (w32_read_socket) <WM_XBUTTONUP>: Fix last change. |
| 75 | (syms_of_w32term): Define x-use-underline-position-properties. | 75 | (syms_of_w32term): Define x-use-underline-position-properties. |
| 76 | 76 | ||