diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-13 08:43:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-13 08:43:09 +0800 |
commit | 5f967ce2d5c3602aea0415809af328249b0afe65 (patch) | |
tree | d03dbab7f309742b6f50f921edf668a5481e815c /shells/bash3/files | |
parent | 2fb95f2ea2cf52bec5974e034fe515fb6cf38fb6 (diff) | |
download | freebsd-ports-gnome-5f967ce2d5c3602aea0415809af328249b0afe65.tar.gz freebsd-ports-gnome-5f967ce2d5c3602aea0415809af328249b0afe65.tar.zst freebsd-ports-gnome-5f967ce2d5c3602aea0415809af328249b0afe65.zip |
Use offical vendor patches 1-4.
Diffstat (limited to 'shells/bash3/files')
-rw-r--r-- | shells/bash3/files/patch-bind.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/bash3/files/patch-bind.c b/shells/bash3/files/patch-bind.c deleted file mode 100644 index f2e14e4e0cc4..000000000000 --- a/shells/bash3/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; - |