X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=nagios-mode.el;h=fabfc76a3be684a46d8ac4bccfe2684ddb2ec9d6;hp=ecf5affff360f5d05338717e50c120d548799427;hb=bd7769ea738df96e8d49da2c11e4b9a891fd7c63;hpb=59001e075e9f8672cf788b4bafe7570a85cb84e6 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)