emacs-devel
[Top][All Lists]
Advanced

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

Re: scratch/list-threads 833a2d4 2/9: Make lisp/thread.el the new home f


From: Michael Albinus
Subject: Re: scratch/list-threads 833a2d4 2/9: Make lisp/thread.el the new home for thread-related Lisp functions
Date: Wed, 29 Aug 2018 15:51:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

address@hidden (Gemini Lasswell) writes:

Hi,

> branch: scratch/list-threads
> commit 833a2d41d07e3aa673ec5ab6f1d8ad1945bc5d0a
> Author: Gemini Lasswell <address@hidden>
> Commit: Gemini Lasswell <address@hidden>
>
>     Make lisp/thread.el the new home for thread-related Lisp functions
>     
>     * lisp/emacs-lisp/thread-list.el: Remove.
>     * lisp/emacs-lisp/thread.el: New file.

[...]

> -(provide 'thread-list)
> -;;; thread-list.el ends here
> +(provide 'thread)
> +;;; thread.el ends here

We have now src/thread.c and lisp/emacs-lisp/thread.el. The former
provides the feature `threads' (if Emacs is compiles with thread
support), the latter the feature `thread'.

Confusing.

Best regards, Michael.



reply via email to

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