aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8fb0a1ec897..d8fc173e7d8 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -699,7 +699,7 @@ echo_prompt (str)
699 { 699 {
700 if (multibyte_p) 700 if (multibyte_p)
701 { 701 {
702 unsigned char *p = XSTRING (str)->data, *lastp; 702 unsigned char *p = XSTRING (str)->data, *lastp = p;
703 unsigned char *pend = p + ECHOBUFSIZE - 4; 703 unsigned char *pend = p + ECHOBUFSIZE - 4;
704 704
705 while (p < pend) 705 while (p < pend)