Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: more remnants of comp1
- X-seq: zsh-workers 8744
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: more remnants of comp1
- Date: Tue, 23 Nov 1999 10:04:56 +0100 (MET)
- In-reply-to: Adam Spiers's message of Tue, 23 Nov 1999 01:54:41 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Adam Spiers wrote:
> I notice that Src/init.c still has a #ifdef LINKED_XMOD_comp1
> in it. Presumably this can be removed?
We then need the patch below to make compctlreadptr visible to the
compctl module.
> Also, the INSTALL file still mentions comp1. I'll leave this to
> someone more appropriate to fix (hi Sven, you're not busy anyway are
> you? ;-)
I'll have a look.
Bye
Sven
--- oldsrc/init.c Tue Nov 23 10:03:00 1999
+++ Src/init.c Tue Nov 23 10:03:16 1999
@@ -1021,6 +1021,7 @@
/* compctl entry point pointers. Similar to the ZLE ones. */
+/**/
CompctlReadFn compctlreadptr = fallback_compctlread;
/**/
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author