# HG changeset patch # User Oleksandr Gavenko # Date 1426111022 -7200 # Node ID ebbd2c480f1dd2777d36bd5871221b426ab119dd # Parent 47bc80daa918a15f2e911f0909ba3e841a0a9076 Fix checkdoc warnings. diff -r 47bc80daa918 -r ebbd2c480f1d log4-hi-mode.el --- a/log4-hi-mode.el Wed Mar 11 23:56:20 2015 +0200 +++ b/log4-hi-mode.el Wed Mar 11 23:57:02 2015 +0200 @@ -1,3 +1,9 @@ +;;; log4-hi-mode.el --- Syntax highlighting logs keywords. + +;;; Commentary: +;; Used for highlighting ERROR/WARN/INFO like keywords and dates in logs. + +;;; Code: (defface log4-hi-error-face '((t :inherit error)) @@ -51,3 +57,7 @@ (font-lock-fontify-buffer)) (provide 'log4-hi-mode) + +(provide 'log4-hi-mode) + +;;; log4-hi-mode.el ends here