aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-12 19:55:01 -0400
committerGlenn Morris2013-07-12 19:55:01 -0400
commitf24e7572fb64c6e70ffebe38ea048bad8c3c7509 (patch)
tree354f0e52410a08e041377262d43e292b5ea7aa83
parent481861772a0ba3815d86c814275f0e3b9ff71d4c (diff)
downloademacs-f24e7572fb64c6e70ffebe38ea048bad8c3c7509.tar.gz
emacs-f24e7572fb64c6e70ffebe38ea048bad8c3c7509.zip
ChangeLog fix
-rw-r--r--lisp/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e7c4c27002a..81bcb1d033c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,9 +12,6 @@
12 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function. 12 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13 (gdb-send): Handle continued commands. (Bug#14847) 13 (gdb-send): Handle continued commands. (Bug#14847)
14 14
15 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16 (Bug#14842)
17
182013-07-12 Juanma Barranquero <lekktu@gmail.com> 152013-07-12 Juanma Barranquero <lekktu@gmail.com>
19 16
20 * desktop.el (desktop--v2s): Remove unused local variable. 17 * desktop.el (desktop--v2s): Remove unused local variable.
@@ -26,6 +23,11 @@
26 23
27 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change. 24 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
28 25
262013-07-12 Eli Zaretskii <eliz@gnu.org>
27
28 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
29 (Bug#14842)
30
292013-07-12 Glenn Morris <rgm@gnu.org> 312013-07-12 Glenn Morris <rgm@gnu.org>
30 32
31 * doc-view.el: Require cl-lib at runtime too. 33 * doc-view.el: Require cl-lib at runtime too.