summaryrefslogtreecommitdiff
path: root/lib/libedit/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/emacs.c')
-rw-r--r--lib/libedit/emacs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c
index 38a6218b5f8..2fe5d0cd777 100644
--- a/lib/libedit/emacs.c
+++ b/lib/libedit/emacs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: emacs.c,v 1.3 1997/03/14 05:12:47 millert Exp $ */
+/* $OpenBSD: emacs.c,v 1.4 2003/05/01 21:11:21 avsm Exp $ */
/* $NetBSD: emacs.c,v 1.3 1997/01/11 06:47:54 lukem Exp $ */
/*-
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93";
#else
-static char rcsid[] = "$OpenBSD: emacs.c,v 1.3 1997/03/14 05:12:47 millert Exp $";
+static const char rcsid[] = "$OpenBSD: emacs.c,v 1.4 2003/05/01 21:11:21 avsm Exp $";
#endif
#endif /* not lint && not SCCSID */