summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Src/Zle/zle_utils.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 586194454..3ca016ef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-13  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted: Src/Zle/zle_utils.c: comment in zlecallhook() points
+	to redrawhook() just in case
+
 	* 39934: Src/Zle/zle_main.c: if a widget execution fails, try to
 	execute a corresponding immortal widget instead.
 
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c
index 80219a441..4007c1112 100644
--- a/Src/Zle/zle_utils.c
+++ b/Src/Zle/zle_utils.c
@@ -1725,6 +1725,8 @@ zlecallhook(char *name, char *arg)
     if (!thingy)
 	return;
 
+    /* If anything here needs changing, see also redrawhook() */
+
     saverrflag = errflag;
     savretflag = retflag;