emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master f81ff95 108/187: Remove version number in all files.


From: Michael Albinus
Subject: [elpa] master f81ff95 108/187: Remove version number in all files.
Date: Wed, 30 Dec 2015 11:49:59 +0000

branch: master
commit f81ff954cfc37e5b1a0654b569fb3f85602a7ce4
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Remove version number in all files.
    * async-bytecomp.el (async-byte-compile-log-file): Use .emacs.d as
      directory.
    * async-pkg.el: Update version number.
---
 async-bytecomp.el |    4 ++--
 async-pkg.el      |    2 +-
 async.el          |    2 +-
 dired-async.el    |    1 -
 smtpmail-async.el |    2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index db92cf9..6658bc4 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -6,7 +6,6 @@
 ;; Authors: John Wiegley <address@hidden>
 ;;          Thierry Volpiatto <address@hidden>
 
-;; Version: 1.0
 ;; Keywords: dired async byte-compile
 ;; X-URL: https://github.com/jwiegley/dired-async
 
@@ -40,9 +39,10 @@
 
 ;;; Code:
 
+(require 'cl-lib)
 (require 'async)
 
-(defvar async-byte-compile-log-file "/tmp/async-bytecomp.log")
+(defvar async-byte-compile-log-file "~/.emacs.d/async-bytecomp.log")
 
 (defun async-byte-recompile-directory (directory &optional arg force)
   (cl-loop with dir = (directory-files directory t "\\.elc\\'")
diff --git a/async-pkg.el b/async-pkg.el
index 4722f28..ab145bb 100644
--- a/async-pkg.el
+++ b/async-pkg.el
@@ -1,2 +1,2 @@
-(define-package "async" "1.1" "Asynchronous processing in Emacs" 'nil)
+(define-package "async" "1.2" "Asynchronous processing in Emacs" 'nil)
 
diff --git a/async.el b/async.el
index 875cd4d..45cdb4c 100644
--- a/async.el
+++ b/async.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <address@hidden>
 ;; Created: 18 Jun 2012
-;; Version: 1.1
+
 ;; Keywords: async
 ;; X-URL: https://github.com/jwiegley/emacs-async
 
diff --git a/dired-async.el b/dired-async.el
index a92adb4..19b4889 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -6,7 +6,6 @@
 ;; Authors: John Wiegley <address@hidden>
 ;;          Thierry Volpiatto <address@hidden>
 
-;; Version: 1.0
 ;; Keywords: dired async network
 ;; X-URL: https://github.com/jwiegley/dired-async
 
diff --git a/smtpmail-async.el b/smtpmail-async.el
index 3ed6041..d7a8fa6 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <address@hidden>
 ;; Created: 18 Jun 2012
-;; Version: 1.0
+
 ;; Keywords: email async
 ;; X-URL: https://github.com/jwiegley/emacs-async
 



reply via email to

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