From: Michael Orlitzky Date: Sat, 21 Aug 2010 04:01:37 +0000 (-0400) Subject: Whitespace fixes. X-Git-Tag: v0.3~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=commitdiff_plain;h=05efadf89278ffc7a715fcd77e38babcd4ccac64 Whitespace fixes. --- diff --git a/nagios-mode.el b/nagios-mode.el index 7ee729f..71cc5a0 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -234,7 +234,7 @@ (read-kbd-macro "}") 'nagios-insert-right-brace-and-indent) ) - + (defconst nagios-directives @@ -810,7 +810,7 @@ (make-local-variable 'syntax-begin-function) (set-syntax-table nagios-mode-syntax-table) - + (setq mode-name "nagios" major-mode 'nagios-mode indent-line-function 'nagios-indent-line @@ -818,7 +818,7 @@ comment-start "#" comment-start-skip "#\|; +" comment-end "" - + ;; Since comments and strings do not span multiple lines, ;; the syntax parser can safely start parsing at the beginning ;; of any line.