X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=nagios-mode.el;h=097e331e6aef5f628dbb24ddf844c084c3b7dc76;hb=d5b75915f6f9e9ba990e319a39a3a5e647654db3;hp=71cc5a008f9480cbdf11a33ce0970e4198008284;hpb=05efadf89278ffc7a715fcd77e38babcd4ccac64;p=nagios-mode.git diff --git a/nagios-mode.el b/nagios-mode.el index 71cc5a0..097e331 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -119,7 +119,7 @@ "True if the character at position pos is commented, nil otherwise." (save-excursion (goto-char pos) - (re-search-backward "#" (nagios-beginning-of-line-pos) t) + (re-search-backward "\\(#\\|;\\)" (nagios-beginning-of-line-pos) t) ) )