comparison lisp/ChangeLog @ 109036:439784267ae2

Minor simplification. * lisp/textmodes/texinfmt.el (texinfo-format-region) (texinfo-raise-lower-sections, texinfo-format-separate-node) (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias) (texinfo-format-option, texinfo-noindent): Use line-beginning-position and line-end-position.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 01:10:26 -0700
parents d150a25a0eb9
children 87285390c61e
comparison
equal deleted inserted replaced
109035:20747b4a7983 109036:439784267ae2
1 2010-06-22 Glenn Morris <rgm@gnu.org> 1 2010-06-22 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/texinfmt.el (texinfo-format-region)
4 (texinfo-raise-lower-sections, texinfo-format-separate-node)
5 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6 (texinfo-format-option, texinfo-noindent):
7 Use line-beginning-position and line-end-position.
2 8
3 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el: 9 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4 * calc/calc-store.el, calc/calc-units.el, calc/calc.el: 10 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with 11 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6 utf-8 characters. 12 utf-8 characters.