comform emacs libs convention

http://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html
This commit is contained in:
Declan Qian 2016-01-13 01:49:01 +08:00
parent 22b7022798
commit 33d6435003
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
;;; mu4e.el -- part of mu4e, the mu mail user agent
;;; mu4e.el --- part of mu4e, the mu mail user agent
;;
;; Copyright (C) 2011-2012 Dirk-Jan C. Binnema
@ -89,3 +89,5 @@ window, unless BACKGROUND (prefix-argument) is non-nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'mu4e)
;;; mu4e.el ends here