diff lisp/ChangeLog @ 59709:73def390d890

(refill-post-command-function): Add `indent-new-comment-line' and `reindent-then-newline-and-indent' to the list of functions that we should be careful not to undo. (refill-late-fill-paragraph-function): Remove. (refill-saved-state): New var. (refill-mode): Use it to save fill-paragraph-function. Save also the value of auto-fill-function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 23 Jan 2005 22:01:59 +0000
parents a6a0dc5cd451
children 2f45e4aeb986
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 23 20:57:41 2005 +0000
+++ b/lisp/ChangeLog	Sun Jan 23 22:01:59 2005 +0000
@@ -12,6 +12,14 @@
 
 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/refill.el (refill-post-command-function):
+	Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
+	to the list of functions that we should be careful not to undo.
+	(refill-late-fill-paragraph-function): Remove.
+	(refill-saved-state): New var.
+	(refill-mode): Use it to save fill-paragraph-function.
+	Save also the value of auto-fill-function.
+
 	* term/w32-win.el: Simplify code.
 
 2005-01-23  Kim F. Storm  <storm@cua.dk>