Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Fix pasto that affected bind -k (Christoph Mallon)



details:   https://anonhg.NetBSD.org/src/rev/d67857f42871
branches:  trunk
changeset: 783622:d67857f42871
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 01 15:33:06 2013 +0000

description:
Fix pasto that affected bind -k (Christoph Mallon)

diffstat:

 lib/libedit/map.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2216a372d4c5 -r d67857f42871 lib/libedit/map.c
--- a/lib/libedit/map.c Tue Jan 01 13:05:46 2013 +0000
+++ b/lib/libedit/map.c Tue Jan 01 15:33:06 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: map.c,v 1.31 2011/11/18 20:39:18 christos Exp $        */
+/*     $NetBSD: map.c,v 1.32 2013/01/01 15:33:06 christos Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)map.c      8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: map.c,v 1.31 2011/11/18 20:39:18 christos Exp $");
+__RCSID("$NetBSD: map.c,v 1.32 2013/01/01 15:33:06 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -1368,7 +1368,7 @@
                        return -1;
                }
                if (key)
-                       terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
+                       terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
                else {
                        if (in[1]) {
                                keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);



Home | Main Index | Thread Index | Old Index