From: Eli Zaretskii Date: Wed, 1 Aug 2012 16:30:13 +0000 (+0300) Subject: Fix typo in src/ChangeLog. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/288479f65cc2f29428a41ff632ad040eff191d92 Fix typo in src/ChangeLog. --- diff --git a/src/ChangeLog b/src/ChangeLog index 84e4f0aca4..14c785e682 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,7 +2,7 @@ * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym): Adapt to latest changes in field names of the corresponding Lisp - objects + objects. * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.