]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Make nagios-indent-line interactive.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Aug 2010 22:38:54 +0000 (18:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 20 Aug 2010 22:38:54 +0000 (18:38 -0400)
nagios-mode.el

index 5745f10482fb7334e1d54f4aaa11ee6634b940c3..c08d7630f329bc66fbe7d29b5180ecb9de357659 100644 (file)
@@ -36,6 +36,7 @@
 
 (defun nagios-indent-line(&optional flag)
   "Indents a line, taking nesting into account."
+  (interactive)
   (nagios-indent-to (nagios-calculate-indent))
   )