comparison lisp/obsolete/cplus-md.el @ 41569:f403516f2134

(fill-c++-comment): Use insert instead of insert-string.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 26 Nov 2001 16:21:40 +0000
parents f6b815c4d2de
children 45db352a0971
comparison
equal deleted inserted replaced
41568:1aef79dfa6fe 41569:f403516f2134
896 (goto-char (match-end 0)) 896 (goto-char (match-end 0))
897 (set-fill-prefix)) 897 (set-fill-prefix))
898 (while (looking-at fill-prefix) 898 (while (looking-at fill-prefix)
899 (previous-line 1)) 899 (previous-line 1))
900 (next-line 1) 900 (next-line 1)
901 (insert-string "\n") 901 (insert "\n")
902 (fill-paragraph nil) 902 (fill-paragraph nil)
903 (delete-char -1) 903 (delete-char -1)
904 (setq fill-prefix save)))) 904 (setq fill-prefix save))))
905 905
906 (defun c++-point-bol () 906 (defun c++-point-bol ()