From: Glenn Morris Date: Fri, 12 Jul 2013 23:55:01 +0000 (-0400) Subject: ChangeLog fix X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f24e7572fb64c6e70ffebe38ea048bad8c3c7509;p=emacs.git ChangeLog fix --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7c4c27002a..81bcb1d033c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -12,9 +12,6 @@ * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function. (gdb-send): Handle continued commands. (Bug#14847) - * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. - (Bug#14842) - 2013-07-12 Juanma Barranquero * desktop.el (desktop--v2s): Remove unused local variable. @@ -26,6 +23,11 @@ * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. +2013-07-12 Eli Zaretskii + + * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG. + (Bug#14842) + 2013-07-12 Glenn Morris * doc-view.el: Require cl-lib at runtime too.