Mercurial > emacs
diff lisp/ChangeLog @ 78424:439c49b198b0
(tpu-before-save-hook): Rename from tpu-write-file-hook.
Activate it with add-hook on buffer-save-hook.
(newline, newline-and-indent, do-auto-fill): Use advice instead of
redefining the function.
(tpu-set-scroll-margins): Activate the pieces of advice.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Aug 2007 16:20:10 +0000 |
parents | 5f8e4804505c |
children | 753756c6e4ec |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 06 07:23:39 2007 +0000 +++ b/lisp/ChangeLog Mon Aug 06 16:20:10 2007 +0000 @@ -1,3 +1,11 @@ +2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca> + + * emulation/tpu-extras.el (tpu-before-save-hook): Rename from + tpu-write-file-hook. Activate it with add-hook on buffer-save-hook. + (newline, newline-and-indent, do-auto-fill): Use advice instead of + redefining the function. + (tpu-set-scroll-margins): Activate the pieces of advice. + 2007-08-06 Michael Albinus <michael.albinus@gmx.de> * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in @@ -12,7 +20,7 @@ * term.el: Honor term-default-fg-color and term-default-bg-color settings when modifying term-current-face. - (term-default-fg-color, term-default-bg-color): Initialized from + (term-default-fg-color, term-default-bg-color): Initialize from default term-current-face. (term-mode, term-reset-terminal): Set term-current-face with term-default-fg-color and term-default-bg-color.