From: Eli Zaretskii Date: Wed, 1 Aug 2012 16:30:13 +0000 (+0300) Subject: Fix typo in src/ChangeLog. X-Git-Tag: emacs-24.2.90~914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=288479f65cc2f29428a41ff632ad040eff191d92;p=emacs.git Fix typo in src/ChangeLog. --- diff --git a/src/ChangeLog b/src/ChangeLog index 84e4f0aca42..14c785e682f 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.