diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-13 00:43:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-13 00:43:09 +0000 |
commit | a146f053ab02031cb0cc4baaeafb4ccda5b1b584 (patch) | |
tree | 8938ab1c3e5bdece308debd2b93289f903bb8d52 /shells/bash2/files | |
parent | 15009554b4a5001cd48d18b634cf41e539ee65be (diff) |
Use offical vendor patches 1-4.
Notes
Notes:
svn path=/head/; revision=66224
Diffstat (limited to 'shells/bash2/files')
-rw-r--r-- | shells/bash2/files/patch-bind.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/bash2/files/patch-bind.c b/shells/bash2/files/patch-bind.c deleted file mode 100644 index f2e14e4e0cc4..000000000000 --- a/shells/bash2/files/patch-bind.c +++ /dev/null @@ -1,16 +0,0 @@ -*** lib/readline/bind.c.orig 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; - |