2009-09-30 13:42:55 +02:00
|
|
|
# See bug bnc#541379
|
|
|
|
--- lib/readline/bind.c
|
2011-03-08 13:18:13 +01:00
|
|
|
+++ lib/readline/bind.c 2011-03-04 15:00:17.332426313 +0000
|
|
|
|
@@ -1485,6 +1485,7 @@ static const struct {
|
2009-09-30 13:42:55 +02:00
|
|
|
#if defined (VISIBLE_STATS)
|
|
|
|
{ "visible-stats", &rl_visible_stats, 0 },
|
|
|
|
#endif /* VISIBLE_STATS */
|
|
|
|
+ { "meta-mode", &_rl_enable_meta, 0 },
|
2011-03-08 13:18:13 +01:00
|
|
|
{ (char *)NULL, (int *)NULL, 0 }
|
2009-09-30 13:42:55 +02:00
|
|
|
};
|
|
|
|
|