From 05efadf89278ffc7a715fcd77e38babcd4ccac64 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 21 Aug 2010 00:01:37 -0400 Subject: [PATCH] Whitespace fixes. --- nagios-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.43.2