branch: master
commit 3248303ecf596dcf42aaaed1ba22ee7e114975b4
Merge: d98799c 40814ea
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>
Merge pull request #55 from syohex/correct-header
Correct package headers
---
async-test.el | 2 +-
async.el | 2 +-
smtpmail-async.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/async-test.el b/async-test.el
index 05c1043..dc662a2 100644
--- a/async-test.el
+++ b/async-test.el
@@ -1,4 +1,4 @@
-;;; async-test --- async.el-related tests
+;;; async-test.el --- async.el-related tests
;; Copyright (C) 2012~2014 John Wiegley
diff --git a/async.el b/async.el
index 67d60ce..e41b39d 100644
--- a/async.el
+++ b/async.el
@@ -1,4 +1,4 @@
-;;; async --- Asynchronous processing in Emacs
+;;; async.el --- Asynchronous processing in Emacs
;; Copyright (C) 2012~2014 John Wiegley
diff --git a/smtpmail-async.el b/smtpmail-async.el
index 9eea6c4..99c4017 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -1,4 +1,4 @@
-;;; smtpmail-async --- Send e-mail with smtpmail.el asynchronously
+;;; smtpmail-async.el --- Send e-mail with smtpmail.el asynchronously
;; Copyright (C) 2012~2014 John Wiegley