summaryrefslogtreecommitdiffstats
path: root/SOURCES/readline-6.0-metamode.patch
blob: 3badc395ecaf850cd77ce53bba299e262ac5e272 (plain)
1
2
3
4
5
6
7
8
9
10
11
# See bug bnc#541379
--- lib/readline/bind.c
+++ lib/readline/bind.c	2009-09-30 11:25:38.087930034 +0200
@@ -1473,6 +1473,7 @@ static const struct {
 #if defined (VISIBLE_STATS)
   { "visible-stats",		&rl_visible_stats,		0 },
 #endif /* VISIBLE_STATS */
+  { "meta-mode",		&_rl_enable_meta,		0 },
   { (char *)NULL, (int *)NULL }
 };