diff options
| author | Eli Zaretskii | 2012-08-01 19:30:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-01 19:30:13 +0300 |
| commit | 288479f65cc2f29428a41ff632ad040eff191d92 (patch) | |
| tree | 9a6826f64788dc9f3871f211e65b90956ab588a7 /src | |
| parent | 2008beae394434878441246a746cf570d171b64a (diff) | |
| download | emacs-288479f65cc2f29428a41ff632ad040eff191d92.tar.gz emacs-288479f65cc2f29428a41ff632ad040eff191d92.zip | |
Fix typo in src/ChangeLog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 84e4f0aca42..14c785e682f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym): | 3 | * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym): |
| 4 | Adapt to latest changes in field names of the corresponding Lisp | 4 | Adapt to latest changes in field names of the corresponding Lisp |
| 5 | objects | 5 | objects. |
| 6 | 6 | ||
| 7 | * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code. | 7 | * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code. |
| 8 | 8 | ||