aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorSamuel Bronson <[email protected]>2014-05-06 12:16:57 -0400
committerStefan Monnier <[email protected]>2014-05-06 12:16:57 -0400
commit8e102bcc97871ed6e0d2deba84fe46d9a78e9e44 (patch)
tree3634264eb0564610256f3e67848a6867d4c52d95 /lib-src
parent863f07dea0ce02fd8263f5363c9d50504fc4af6e (diff)
* src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_level
are matched. Fixes: debbugs:17413
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2176549a35..c0df532fbb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -688,7 +688,7 @@
Use _Noreturn rather than NO_RETURN.
No need for separate decl merely because of _Noreturn.
-2012-06-24 Samuel Bronson <[email protected]> (tiny change)
+2012-06-24 Samuel Bronson <[email protected]>
* emacsclient.c (set_local_socket): Fix compiler warning (Bug#7838).