Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/bin/csh/csh.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/csh/csh.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- src/bin/csh/csh.c 2020/08/09 00:53:38 1.53 +++ src/bin/csh/csh.c 2022/09/14 16:15:51 1.54 @@ -1,4 +1,4 @@ -/* $NetBSD: csh.c,v 1.53 2020/08/09 00:53:38 dholland Exp $ */ +/* $NetBSD: csh.c,v 1.54 2022/09/14 16:15:51 christos Exp $ */ /*- * Copyright (c) 1980, 1991, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19 #if 0 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else -__RCSID("$NetBSD: csh.c,v 1.53 2020/08/09 00:53:38 dholland Exp $"); +__RCSID("$NetBSD: csh.c,v 1.54 2022/09/14 16:15:51 christos Exp $"); #endif #endif /* not lint */ @@ -1153,6 +1153,8 @@ process(int catch) seterr = NULL; } + updateediting(); + /* * Echo not only on VERBOSE, but also with history expansion. If there * is a lexical error then we forego history echo.