branch: elpa/htmlize
commit 7eb326a7100152f3e5afb8ff215c66fc3ad6f4da
Author: Syohei YOSHIDA <[email protected]>
Commit: Hrvoje Nikšić <[email protected]>
Fix package header format
First line should be package header(file name and short description).
---
htmlize.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/htmlize.el b/htmlize.el
index 23ee1c9..08b7f08 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1,6 +1,4 @@
-;;; -*- lexical-binding: t -*-
-
-;;; htmlize.el --- Convert buffer text and decorations to HTML.
+;;; htmlize.el --- Convert buffer text and decorations to HTML. -*-
lexical-binding: t -*-
;; Copyright (C) 1997-2003,2005,2006,2009,2011,2012,2014 Hrvoje Niksic