From 29dc05f8b026eb08ddc4fdf8340567ed6467f581 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 2 Dec 2004 09:27:56 +0000 Subject: Add patch to samples/contrib/DynaComplete.py (bug #72981) --- games-mud/mcl/files/0.53.00-dynacomplete.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games-mud/mcl/files/0.53.00-dynacomplete.patch (limited to 'games-mud/mcl/files') diff --git a/games-mud/mcl/files/0.53.00-dynacomplete.patch b/games-mud/mcl/files/0.53.00-dynacomplete.patch new file mode 100644 index 000000000000..3142cf9735c4 --- /dev/null +++ b/games-mud/mcl/files/0.53.00-dynacomplete.patch @@ -0,0 +1,11 @@ +--- mcl-0.53.00/samples/contrib/DynaComplete.py 1999-09-20 20:10:33.000000000 +0200 ++++ mcl-0.53.00/samples/contrib/DynaComplete.py 1999-09-20 20:10:33.000000000 +0200 +@@ -23,7 +23,7 @@ + self.dict = { } + self.userwords = { } + self.lookup = None +- self.wording = re.compile( '\s*(?P[\w-#]+)' ) ++ self.wording = re.compile( '\s*(?P[\w\-#]+)' ) + self.add_word( 'complete' ) + + def add_word( self, inword ): -- cgit v1.2.3-65-gdbad