comparison lisp/ChangeLog @ 111466:c208e8e46177

Minor edt.el simplification. * lisp/emulation/edt.el (edt-with-position): New macro. (edt-find-forward, edt-find-backward, edt-find-next-forward) (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward) (edt-paragraph-forward, edt-paragraph-backward): Use it.
author Glenn Morris <rgm@gnu.org>
date Tue, 09 Nov 2010 21:24:48 -0800
parents b0fdf722b533
children 20c4d074b74d
comparison
equal deleted inserted replaced
111465:b0fdf722b533 111466:c208e8e46177
1 2010-11-10 Glenn Morris <rgm@gnu.org> 1 2010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * emulation/edt.el (edt-with-position): New macro.
4 (edt-find-forward, edt-find-backward, edt-find-next-forward)
5 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
6 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2 7
3 * emulation/tpu-extras.el (tpu-with-position): New macro. 8 * emulation/tpu-extras.el (tpu-with-position): New macro.
4 (tpu-paragraph, tpu-page, tpu-search-internal): Use it. 9 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
5 10
6 * textmodes/texnfo-upd.el (texinfo-all-menus-update) 11 * textmodes/texnfo-upd.el (texinfo-all-menus-update)