Index: auctex/latex.el
diff -u auctex/latex.el:5.402 auctex/latex.el:5.403
--- auctex/latex.el:5.402 Wed Mar 15 20:36:02 2006
+++ auctex/latex.el Mon Mar 20 14:40:44 2006
@@ -613,7 +613,7 @@
;; What to do with the line containing point.
(cond ((save-excursion (beginning-of-line)
(looking-at (concat prefix "[ \t]*$")))
- (kill-region (match-beginning 0) (match-end 0)))
+ (delete-region (match-beginning 0) (match-end 0)))
((TeX-looking-at-backward (concat "^" prefix "[ \t]*")
(line-beginning-position))
(beginning-of-line)
@@ -635,7 +635,7 @@
(cond ((save-excursion (beginning-of-line)
(or (looking-at (concat prefix "[ \t]*$"))
(looking-at "[ \t]*$")))
- (kill-region (match-beginning 0) (match-end 0)))
+ (delete-region (match-beginning 0) (match-end 0)))
((TeX-looking-at-backward (concat "^" prefix "[ \t]*")
(line-beginning-position))
(beginning-of-line)
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs