View | Details | Raw Unified | Return to bug 69352
Collapse All | Expand All

(-)readline/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	readline
8
PORTNAME=	readline
9
PORTVERSION=	4.3
9
PORTVERSION=	4.3
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	ftp://ftp.cwru.edu/pub/bash/
12
MASTER_SITES=	ftp://ftp.cwru.edu/pub/bash/
12
13
(-)readline/files/patch-aa (+16 lines)
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

Return to bug 69352