X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=nagios-mode.el;h=aae524f2a77d72955d020d4824e794afd017d470;hp=c08d7630f329bc66fbe7d29b5180ecb9de357659;hb=c4d98040086694b081b07bc682504786ed249a39;hpb=059a04553048bddc25e443d6cb713ccc37f2740e diff --git a/nagios-mode.el b/nagios-mode.el index c08d763..aae524f 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -59,7 +59,7 @@ ) ) -(defun pos-offset() +(defun point-offset() ;; How far are we from the beginning of the line? (- (point) (beginning-of-line-pos)) ) @@ -79,7 +79,6 @@ (defun nagios-indent-to(indent-column) "Indent the current line to column indent-column." - ;; Store the point in orig-pos. (let ((orig-point (point)))