X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fminibuf.c;h=c87858d3e3e001e8f933150e1efd6958448e68f3;hp=6e6c5bce39c263aa117cf7d34e9eb1318ac909db;hb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;hpb=fc475e6669a613cd6d98eb5511c749a23b63c7ac diff --git a/src/minibuf.c b/src/minibuf.c index 6e6c5bc..c87858d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -289,14 +289,14 @@ ignore_completion_p (Lisp_Object completion_string, } -/* #### Maybe we should allow ALIST to be a hashtable. It is wrong +/* #### Maybe we should allow ALIST to be a hash table. It is wrong for the use of obarrays to be better-rewarded than the use of - hashtables. By better-rewarded I mean that you can pass an obarray + hash tables. By better-rewarded I mean that you can pass an obarray to all of the completion functions, whereas you can't do anything - like that with a hashtable. + like that with a hash table. To do so, there should probably be a - map_obarray_or_alist_or_hashtable function which would be used by + map_obarray_or_alist_or_hash_table function which would be used by both Ftry_completion and Fall_completions. But would the additional funcalls slow things down? */