emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What does all-completions with COLLECTION == obarray return?


From: Stefan Monnier
Subject: Re: What does all-completions with COLLECTION == obarray return?
Date: Sun, 05 Apr 2015 00:12:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>  (length obarray)

Doesn't do what you think.  An obarray is a vector, and this just
returns the number of buckets in the hash-table.

Check "grep 1511 src/*.[ch]".


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]