diff options
| author | Glenn Morris | 2010-11-09 20:35:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-09 20:35:18 -0800 |
| commit | dea53a431f68f3b8030ccc06949e63532423aedf (patch) | |
| tree | 25b7a28e70cd78005282e9689d75a8b21e9ff8f0 /lisp/ChangeLog | |
| parent | b565f5a1b987f01c2eb57437a30adc4904e80df5 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-11-10 Glenn Morris <rgm@gnu.org> | 1 | 2010-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 | ||