aboutsummaryrefslogtreecommitdiffstats
path: root/bash/bash-2.05b/bash205b-001.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash-2.05b/bash205b-001.patch')
-rw-r--r--bash/bash-2.05b/bash205b-001.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/bash/bash-2.05b/bash205b-001.patch b/bash/bash-2.05b/bash205b-001.patch
index e69de29bb2..2497130f9e 100644
--- a/bash/bash-2.05b/bash205b-001.patch
+++ b/bash/bash-2.05b/bash205b-001.patch
@@ -0,0 +1,15 @@
+*** ../bash-2.05b/lib/readline/bind.c Thu Jan 24 11:15:52 2002
+--- lib/readline/bind.c Wed Jul 31 09:11:18 2002
+***************
+*** 312,316 ****
+ and the function bound to `a' to be executed when the user
+ types `abx', leaving `bx' in the input queue. */
+! if (k.function /* && k.type == ISFUNC */)
+ {
+ map[ANYOTHERKEY] = k;
+--- 312,316 ----
+ and the function bound to `a' to be executed when the user
+ types `abx', leaving `bx' in the input queue. */
+! if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR))
+ {
+ map[ANYOTHERKEY] = k;