Mercurial > emacs
changeset 69416:38c03f756ca9
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 11 Mar 2006 22:35:51 +0000 |
parents | bbbd0ad05f29 |
children | d8214181502b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 11 22:35:18 2006 +0000 +++ b/lisp/ChangeLog Sat Mar 11 22:35:51 2006 +0000 @@ -1,3 +1,13 @@ +2006-03-12 Juri Linkov <juri@jurta.org> + + * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil + before comparing with `low' and `warn'. + + * info.el (Info-dir-remove-duplicates): Move point to the + beginning of the current line after deleting the entries from + redundant heading. Use marker for `limit' and compare it with + point before calling `re-search-forward'. + 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> * simple.el (yank): Fix typo in docstring.