diff lisp/prim/simple.el @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents bfd6434d15b3
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/prim/simple.el	Mon Aug 13 09:53:23 2007 +0200
+++ b/lisp/prim/simple.el	Mon Aug 13 09:54:23 2007 +0200
@@ -2424,7 +2424,7 @@
 		      ;; 97/3/14 jhod: Kinsoku processing
 		      ;(indent-new-comment-line)
 		      (let ((spacep (memq (char-before (point)) '(?\  ?\t))))
-			(indent-new-comment-line)
+			(funcall comment-line-break-function)
 			;; if user type space explicitly, leave SPC
 			;; even if there is no WAN.
 			(if spacep
@@ -2437,7 +2437,7 @@
 				  (insert ?\ )))))
 		    (save-excursion
 		      (goto-char fill-point)
-		      (indent-new-comment-line)))
+		      (funcall comment-line-break-function)))
 		  ;; If making the new line didn't reduce the hpos of
 		  ;; the end of the line, then give up now;
 		  ;; trying again will not help.