X-Git-Url: https://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=nagios-mode.el;h=c08d7630f329bc66fbe7d29b5180ecb9de357659;hp=5745f10482fb7334e1d54f4aaa11ee6634b940c3;hb=059a04553048bddc25e443d6cb713ccc37f2740e;hpb=a515f52d47af90f1db1cb3b01a968027154f962c diff --git a/nagios-mode.el b/nagios-mode.el index 5745f10..c08d763 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -36,6 +36,7 @@ (defun nagios-indent-line(&optional flag) "Indents a line, taking nesting into account." + (interactive) (nagios-indent-to (nagios-calculate-indent)) )