summaryrefslogtreecommitdiffstats
path: root/SOURCES/readline-6.0-metamode.patch
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-10-01 11:59:35 -0600
committerPete Travis <immanetize@fedoraproject.org>2014-10-01 11:59:35 -0600
commit4a895d111d1b13ddb624a8d055d217e695361447 (patch)
tree03c8d4640a38d58fbdc5c8ef5458a2613f55e3fb /SOURCES/readline-6.0-metamode.patch
parentf5afed3fb60ea2a362cfd696b9edf259ca33e1da (diff)
downloadrpmbuild-sles11.2-bash.tar.gz
rpmbuild-sles11.2-bash.tar.xz
rpmbuild-sles11.2-bash.zip
sles 11.2 bash, in wholesles11.2-bash
Diffstat (limited to 'SOURCES/readline-6.0-metamode.patch')
-rw-r--r--SOURCES/readline-6.0-metamode.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/SOURCES/readline-6.0-metamode.patch b/SOURCES/readline-6.0-metamode.patch
new file mode 100644
index 0000000..3badc39
--- /dev/null
+++ b/SOURCES/readline-6.0-metamode.patch
@@ -0,0 +1,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 }
+ };
+