comparison 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
comparison
equal deleted inserted replaced
59708:9ce7d8f69f2c 59709:73def390d890
9 9
10 * files.el (insert-directory): Take care of empty directory, 10 * files.el (insert-directory): Take care of empty directory,
11 listed without -a switch. 11 listed without -a switch.
12 12
13 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca> 13 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * textmodes/refill.el (refill-post-command-function):
16 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17 to the list of functions that we should be careful not to undo.
18 (refill-late-fill-paragraph-function): Remove.
19 (refill-saved-state): New var.
20 (refill-mode): Use it to save fill-paragraph-function.
21 Save also the value of auto-fill-function.
14 22
15 * term/w32-win.el: Simplify code. 23 * term/w32-win.el: Simplify code.
16 24
17 2005-01-23 Kim F. Storm <storm@cua.dk> 25 2005-01-23 Kim F. Storm <storm@cua.dk>
18 26