=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/autoexec.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/mg/autoexec.c 2006/12/20 20:16:16 1.11 +++ src/usr.bin/mg/autoexec.c 2006/12/20 20:21:06 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: autoexec.c,v 1.11 2006/12/20 20:16:16 kjell Exp $ */ +/* $OpenBSD: autoexec.c,v 1.12 2006/12/20 20:21:06 kjell Exp $ */ /* this file is in the public domain */ /* Author: Vincent Labrecque April 2002 */ @@ -95,7 +95,7 @@ else if (patp[0] == '\0') return (FALSE); if ((funcp = eread("Execute: ", funcbuf, sizeof(funcbuf), - EFNEW | EFCR)) == NULL) + EFNEW | EFCR | EFFUNC)) == NULL) return (ABORT); else if (funcp[0] == '\0') return (FALSE);