emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/list-threads 833a2d4 2/9: Make lisp/thread.el the


From: Gemini Lasswell
Subject: [Emacs-diffs] scratch/list-threads 833a2d4 2/9: Make lisp/thread.el the new home for thread-related Lisp functions
Date: Mon, 27 Aug 2018 11:53:09 -0400 (EDT)

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.
---
 lisp/{emacs-lisp/thread-list.el => thread.el} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/thread-list.el b/lisp/thread.el
similarity index 96%
rename from lisp/emacs-lisp/thread-list.el
rename to lisp/thread.el
index af11777..02323ba 100644
--- a/lisp/emacs-lisp/thread-list.el
+++ b/lisp/thread.el
@@ -1,10 +1,10 @@
-;;; thread-list.el --- List active threads in a buffer -*- lexical-binding: t 
-*-
+;;; thread.el --- Thread support in Emacs Lisp -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2018 Free Software Foundation, Inc.
 
 ;; Author: Gemini Lasswell <address@hidden>
 ;; Maintainer: address@hidden
-;; Keywords: lisp, tools, maint
+;; Keywords: thread, tools
 
 ;; This file is part of GNU Emacs.
 
@@ -124,5 +124,5 @@ Confirm with the user first."
         (when (and (threadp thread) (thread-alive-p thread))
           (thread-signal thread sgnl nil))))))
 
-(provide 'thread-list)
-;;; thread-list.el ends here
+(provide 'thread)
+;;; thread.el ends here



reply via email to

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