emacs-devel
[Top][All Lists]
Advanced

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

Re: hashtable-print-readable provide point


From: Stefan Monnier
Subject: Re: hashtable-print-readable provide point
Date: Thu, 06 Aug 2009 14:01:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

>> I can put the `provide' call in the lisp/ tree but again, I don't know
>> where it should go there.

> I think subr.el would be a good place.

In that case, since it's not next to the relevant code, it should
probably be written defensively as

  (when (hash-table-p (read-from-string (prin1-to-string (make-hash-table))))
    (provide 'hashtable-print-readable))


-- Stefan




reply via email to

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