|
Line 0
Link Here
|
|
|
1 |
*** ../readline-4.3/bind.c Thu Jan 24 11:15:52 2002 |
| 2 |
--- bind.c Wed Jul 31 09:11:18 2002 |
| 3 |
*************** |
| 4 |
*** 312,316 **** |
| 5 |
and the function bound to `a' to be executed when the user |
| 6 |
types `abx', leaving `bx' in the input queue. */ |
| 7 |
! if (k.function /* && k.type == ISFUNC */) |
| 8 |
{ |
| 9 |
map[ANYOTHERKEY] = k; |
| 10 |
--- 312,316 ---- |
| 11 |
and the function bound to `a' to be executed when the user |
| 12 |
types `abx', leaving `bx' in the input queue. */ |
| 13 |
! if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR)) |
| 14 |
{ |
| 15 |
map[ANYOTHERKEY] = k; |
| 16 |
|