From 04f67c69773abd69e8de67b4bc0b324c4cac4a53 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 31 Mar 2011 18:23:38 +0000 Subject: Vendor import NetBSD's libedit of "2005/11/09 22:11:10 UTC". Obtained from: NetBSD --- emacs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs.c') diff --git a/emacs.c b/emacs.c index 895bc3ebb66d5..3f420b450e47e 100644 --- a/emacs.c +++ b/emacs.c @@ -1,4 +1,4 @@ -/* $NetBSD: emacs.c,v 1.19 2004/10/28 21:14:52 dsl Exp $ */ +/* $NetBSD: emacs.c,v 1.20 2005/08/08 14:05:37 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: emacs.c,v 1.19 2004/10/28 21:14:52 dsl Exp $"); +__RCSID("$NetBSD: emacs.c,v 1.20 2005/08/08 14:05:37 christos Exp $"); #endif #endif /* not lint && not SCCSID */ @@ -59,7 +59,7 @@ em_delete_or_list(EditLine *el, int c __attribute__((__unused__))) /* if I'm at the end */ if (el->el_line.cursor == el->el_line.buffer) { /* and the beginning */ - term_overwrite(el, STReof, 4); /* then do a EOF */ + term_overwrite(el, STReof, 4); /* then do an EOF */ term__flush(); return (CC_EOF); } else { -- cgit v1.2.3