comparison lisp/ChangeLog @ 78425:753756c6e4ec

(tpu-current-line): Use posn-at-point and count-screen-lines. (tpu-edt-off): Disable relevant pieces of advice.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Aug 2007 16:21:33 +0000
parents 439c49b198b0
children a3a4480349cb
comparison
equal deleted inserted replaced
78424:439c49b198b0 78425:753756c6e4ec
1 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4 count-screen-lines.
5 (tpu-edt-off): Disable relevant pieces of advice.
2 6
3 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from 7 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook. 8 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5 (newline, newline-and-indent, do-auto-fill): Use advice instead of 9 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6 redefining the function. 10 redefining the function.