[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test-completion and hash-tables
From: |
Luc Teirlinck |
Subject: |
Re: test-completion and hash-tables |
Date: |
Fri, 19 Dec 2003 18:28:20 -0600 (CST) |
>From my previous message:
I do not understand the following line in the Ftest_completion code in
minibuf.c (line 1679 in the latest unchanged version I have):
tem = oblookup (Vminibuffer_completion_table,
....
I believe I understand now. The "Vminibuffer_completion_table" was
probably just inadvertently left in from an earlier version of the
function and should be replaced with "alist".
Sincerely,
Luc.