aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-11-09 20:35:18 -0800
committerGlenn Morris2010-11-09 20:35:18 -0800
commitdea53a431f68f3b8030ccc06949e63532423aedf (patch)
tree25b7a28e70cd78005282e9689d75a8b21e9ff8f0 /lisp/ChangeLog
parentb565f5a1b987f01c2eb57437a30adc4904e80df5 (diff)
downloademacs-dea53a431f68f3b8030ccc06949e63532423aedf.tar.gz
emacs-dea53a431f68f3b8030ccc06949e63532423aedf.zip
Use line-beginning-position in some texinfo.el files.
* lisp/textmodes/texnfo-upd.el (texinfo-all-menus-update) (texinfo-menu-copy-old-description, texinfo-start-menu-description) (texinfo-master-menu, texinfo-insert-node-lines) (texinfo-multiple-files-update): * lisp/textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying): Use line-beginning-position.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fea67a36719..67ab836359e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12010-11-10 Glenn Morris <rgm@gnu.org> 12010-11-10 Glenn Morris <rgm@gnu.org>
2 2
3 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
5 (texinfo-master-menu, texinfo-insert-node-lines)
6 (texinfo-multiple-files-update):
7 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
8 Use line-beginning-position.
9
3 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags): 10 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4 No recent Emacs supports system-type `emx'. 11 No recent Emacs supports system-type `emx'.
5 12