]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Replace kill-region with delete-region in the indentation function, fixing the annoyi...
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 19 Aug 2010 03:36:25 +0000 (23:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 19 Aug 2010 03:36:25 +0000 (23:36 -0400)
nagios-mode.el

index ecf5affff360f5d05338717e50c120d548799427..fabfc76a3be684a46d8ac4bccfe2684ddb2ec9d6 100644 (file)
@@ -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)