about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Src/Zle/zle_misc.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c1fd9137..52ae1586d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2005-08-15  Peter Stephenson  <pws@csr.com>
 
+	* c.f. 21616: Src/zle_misc.c: "unmetafy_line" typo.
+
 	* 21610: Src/system.h, Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c,
 	Src/Zle/zle_misc.c: Turn on ZLE_UNICODE_SUPPORT by default where
 	allowed; fix suffix removal; fix metafication when removing
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index 58345ac05..6b79f431c 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -1117,7 +1117,7 @@ iremovesuffix(ZLE_CHAR_T c, int keep)
 		 * called from completion.  (It may not be since
 		 * we may decide to remove the suffix later.)
 		 */
-		umetafy_line();
+		unmetafy_line();
 	    }
 
 	    sprintf(buf, "%d", suffixlen[0]);