[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: purpose of (provide 'hashtable-print-readable) in subr.el?
From: |
Leo |
Subject: |
Re: purpose of (provide 'hashtable-print-readable) in subr.el? |
Date: |
Sat, 14 Apr 2012 11:36:03 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (Mac OS X 10.6.8) |
On 2012-04-14 04:04 +0800, Michael Heerdegen wrote:
> (Yes, I've read the mentioned thread in emacs-dev.)
>
> What's the purpose of this `provide' call? I've downloaded
> emacs-23.4.tar.gz from ftp.gnu.org. The only place where
> hashtable-print-readable occurs in code (including C) is the above
> occurrence in subr.el. And I don't see any reason why third party code
> should want to test for such a feature. So, why is it provided at all?
> Just curious...
Should just add (provide 'hashtable-print-readable) to bindings.el.
Leo