]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-indent-new-line): Use delete-horizontal-space
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Dec 2000 21:41:41 +0000 (21:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Dec 2000 21:41:41 +0000 (21:41 +0000)
(so as to obey the field property in the minibuffer).

lisp/ChangeLog
lisp/newcomment.el

index 635a40d30aa785976620695a303a18a922cbaaee..3fdad5280c79806fd6c389a92d877c2af09720fa 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
+       (so as to obey the field property in the minibuffer).
+
        * obsolete/c-mode.el: Moved from lisp/progmodes.
        * obsolete/auto-show.el: Moved from lisp.
        * obsolete/ooutline.el: Moved from lisp/textmodes.
index ec294883c4a5e0b1a4d0ae5085ad242d34fb90c4..bbd922e5dd94379d7d17f5ef5c798b9f37eb00a5 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: comment uncomment
 ;; Version: $Name:  $
-;; Revision: $Id: newcomment.el,v 1.26 2000/11/29 05:11:01 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.27 2000/12/06 19:54:37 fx Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -928,8 +928,7 @@ unless optional argument SOFT is non-nil."
                          (setq comin (point))))))
 
       ;; Now we know we should auto-fill.
-      (delete-region (progn (skip-chars-backward " \t") (point))
-                    (progn (skip-chars-forward  " \t") (point)))
+      (delete-horizontal-space)
       (if soft (insert-and-inherit ?\n) (newline 1))
       (if fill-prefix
          (progn