about summary refs log tree commit diff
path: root/Src/Zle/zle_misc.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-15 15:47:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-15 15:47:53 +0000
commit8b3558c5ed7a042c212296650eb5d452e2444395 (patch)
treec7fd8b8c5f0b2329aa823688ef8fc43648aa7399 /Src/Zle/zle_misc.c
parent821c0fd80d084b5c4d047e18649c74c86eac0b9d (diff)
downloadzsh-8b3558c5ed7a042c212296650eb5d452e2444395.tar.gz
zsh-8b3558c5ed7a042c212296650eb5d452e2444395.tar.xz
zsh-8b3558c5ed7a042c212296650eb5d452e2444395.zip
21616: typo
Diffstat (limited to 'Src/Zle/zle_misc.c')
-rw-r--r--Src/Zle/zle_misc.c2
1 files changed, 1 insertions, 1 deletions
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]);