]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fix
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Jul 2013 23:55:01 +0000 (19:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Jul 2013 23:55:01 +0000 (19:55 -0400)
lisp/ChangeLog

index e7c4c27002a42c87d68d148249e6d8734d0e12ad..81bcb1d033c53c20fb8712b006d14978698fc403 100644 (file)
@@ -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  <lekktu@gmail.com>
 
        * desktop.el (desktop--v2s): Remove unused local variable.
 
        * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
 
+2013-07-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
+       (Bug#14842)
+
 2013-07-12  Glenn Morris  <rgm@gnu.org>
 
        * doc-view.el: Require cl-lib at runtime too.