auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/latex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/latex.el
Date: Mon, 20 Mar 2006 14:40:45 +0000

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]