mu4e: Add missing mandatory "FILE ends here" library footer
This commit is contained in:
committed by
Dirk-Jan C. Binnema
parent
15c6680037
commit
6c58a311d1
@ -281,3 +281,4 @@ match, POLICY determines what to do:
|
||||
(otherwise nil))))))
|
||||
|
||||
(provide 'mu4e-context)
|
||||
;;; mu4e-context.el ends here
|
||||
|
||||
@ -219,3 +219,4 @@ buffers found, compose a new message and then attach the file."
|
||||
;;; end of eshell functions
|
||||
|
||||
(provide 'mu4e-contrib)
|
||||
;;; mu4e-contrib.el ends here
|
||||
|
||||
@ -1894,3 +1894,4 @@ other windows."
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(provide 'mu4e-headers)
|
||||
;;; mu4e-headers.el ends here
|
||||
|
||||
@ -98,3 +98,4 @@ be used as the shortname."
|
||||
:type '(repeat (regexp)))
|
||||
|
||||
(provide 'mu4e-lists)
|
||||
;;; mu4e-lists.el ends here
|
||||
|
||||
@ -288,3 +288,4 @@ clicked."
|
||||
(mu4e~main-menu))))))
|
||||
|
||||
(provide 'mu4e-main)
|
||||
;;; mu4e-main.el ends here
|
||||
|
||||
@ -345,4 +345,4 @@ Emacs. Based on code by Titus von der Malsburg."
|
||||
(call-process-shell-command mu4e-html2text-command tmp-file t t)
|
||||
(delete-file tmp-file))) msg))
|
||||
|
||||
(provide 'mu4e-message)
|
||||
(provide 'mu4e-message)
|
||||
|
||||
@ -1250,4 +1250,4 @@ string will be shortened to fit if its length exceeds
|
||||
(nreverse buffers)))
|
||||
|
||||
(provide 'mu4e-utils)
|
||||
;;; End of mu4e-utils.el
|
||||
;;; mu4e-utils.el ends here
|
||||
|
||||
@ -1705,4 +1705,4 @@ other windows."
|
||||
(switch-to-buffer (mu4e-get-headers-buffer))))))))
|
||||
|
||||
(provide 'mu4e-view)
|
||||
;;; mu4e-view ends here
|
||||
;;; mu4e-view.el ends here
|
||||
|
||||
@ -66,5 +66,4 @@ window, unless BACKGROUND (prefix-argument) is non-nil."
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(provide 'mu4e)
|
||||
|
||||
;;; mu4e.el ends here
|
||||
|
||||
@ -227,5 +227,4 @@ Edit the message body using org mode. DEPRECATED."
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(provide 'org-mu4e)
|
||||
|
||||
;;; org-mu4e.el ends here
|
||||
|
||||
Reference in New Issue
Block a user