X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=nagios-mode.el;h=fabfc76a3be684a46d8ac4bccfe2684ddb2ec9d6;hb=2892541670e3ffe6f407a76a1a6315b80b8f63c6;hp=ecf5affff360f5d05338717e50c120d548799427;hpb=839ef437f49a2c72f547d9e345b6403a693e7279;p=nagios-mode.git diff --git a/nagios-mode.el b/nagios-mode.el index ecf5aff..fabfc76 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -54,7 +54,7 @@ (setq first-char-pos (+ bol first-char-offset)) - (kill-region bol first-char-pos) + (delete-region bol first-char-pos) (beginning-of-line)