summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r--usr.bin/mg/funmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c
index b10a2cda3af..ea5afa02559 100644
--- a/usr.bin/mg/funmap.c
+++ b/usr.bin/mg/funmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: funmap.c,v 1.47 2013/05/31 18:03:44 lum Exp $ */
+/* $OpenBSD: funmap.c,v 1.48 2015/03/16 13:47:48 bcallah Exp $ */
/* This file is in the public domain */
@@ -129,7 +129,7 @@ static struct funmap functnames[] = {
{markbuffer, "mark-whole-buffer",},
{do_meta, "meta-key-mode",}, /* better name, anyone? */
{negative_argument, "negative-argument",},
- {newline, "newline",},
+ {enewline, "newline",},
{lfindent, "newline-and-indent",},
{forwline, "next-line",},
#ifdef NOTAB