diff options
| author | Dan Nicolaescu | 2011-10-28 08:34:06 -0600 |
|---|---|---|
| committer | Dan Nicolaescu | 2011-10-28 08:34:06 -0600 |
| commit | 31b39d1389640fa5677c8f86a2944a1197f4ada8 (patch) | |
| tree | b1a199b64a133e29b565a714471c91a4a8c29170 /src/ChangeLog | |
| parent | bc97a826f8ea89a269f6043be3148930f023e2b2 (diff) | |
| download | emacs-31b39d1389640fa5677c8f86a2944a1197f4ada8.tar.gz emacs-31b39d1389640fa5677c8f86a2944a1197f4ada8.zip | |
* src/window.c (make_window): Initialize phys_cursor_on_p.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 50fc953024a..21ec98fa217 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * window.c (make_window): Initialize phys_cursor_on_p. | ||
| 4 | |||
| 1 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * lisp.h (struct Lisp_Symbol): Update comments. | 7 | * lisp.h (struct Lisp_Symbol): Update comments. |