diff src/ChangeLog @ 5701:ad35a0cd95f5

Allow self-insert-command to be called noninteractively with null argument.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 24 Dec 2012 15:12:52 +0900
parents 37479d841681
children c65b0329894b
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 24 14:12:51 2012 +0900
+++ b/src/ChangeLog	Mon Dec 24 15:12:52 2012 +0900
@@ -1,3 +1,8 @@
+2012-12-24  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* cmds.c (Fself_insert_command):
+	Allow noninteractive call with null argument.
+
 2012-12-24  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	Based on patch by Benson and Steven Mitchell on XEmacs Beta