about summary refs log tree commit diff
path: root/Src/params.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-09-20 15:10:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-09-20 15:10:26 +0000
commit409296e22fb1cef515ccfff507c265a5fee0ab28 (patch)
tree7f15b9e7e175dd6302bf4c434886b263ceac84d8 /Src/params.c
parentce43e4a22c250fbaee14580b167986615455f78f (diff)
downloadzsh-409296e22fb1cef515ccfff507c265a5fee0ab28.tar.gz
zsh-409296e22fb1cef515ccfff507c265a5fee0ab28.tar.xz
zsh-409296e22fb1cef515ccfff507c265a5fee0ab28.zip
21736: improve tests for word and identifier characters with multibyte input
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c
index 89d25afee..218744000 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -3346,7 +3346,6 @@ wordcharssetfn(UNUSED(Param pm), char *x)
     zsfree(wordchars);
     wordchars = x;
     inittyptab();
-    wordcharstriggerptr();
 }
 
 /* Function to get value for special parameter `_' */