emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/perl-mode.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/perl-mode.el,v
Date: Sat, 21 Apr 2007 20:06:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/21 20:06:49

Index: perl-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/perl-mode.el,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- perl-mode.el        16 Apr 2007 07:05:28 -0000      1.68
+++ perl-mode.el        21 Apr 2007 20:06:49 -0000      1.69
@@ -647,10 +647,10 @@
                     (if (and comment-start-skip
                              (re-search-forward comment-start-skip eol 'move))
                         (if (eolp)
-                            (progn     ; kill existing comment
+                            (progn     ; delete existing comment
                               (goto-char (match-beginning 0))
                               (skip-chars-backward " \t")
-                              (kill-region (point) eol))
+                              (delete-region (point) eol))
                           (if (or (< oldpnt (point)) (= oldpnt eol))
                               (indent-for-comment) ; indent existing comment
                             (end-of-line)))




reply via email to

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