comparison lisp/mh-e/ChangeLog @ 68128:b1c80dc9a67d

(mh-index-next-folder): Don't back up a line when going backwards since this skips the current folder heading if point is on the first message after the folder heading (closes SF #1126188).
author Bill Wohler <wohler@newt.com>
date Wed, 11 Jan 2006 01:49:32 +0000
parents 40429cab94e1
children dfa5a760e24f 8438f5473d99
comparison
equal deleted inserted replaced
68127:40429cab94e1 68128:b1c80dc9a67d
1 2006-01-10 Bill Wohler <wohler@newt.com> 1 2006-01-10 Bill Wohler <wohler@newt.com>
2 2
3 * mh-index.el (mh-index-search): Checking mh-find-path-run is 3 * mh-index.el (mh-index-search): Checking mh-find-path-run is
4 unnecessary. 4 unnecessary.
5 (mh-index-next-folder): Don't back up a line when going backwards
6 since this skips the current folder heading if point is on the
7 first message after the folder heading (closes SF #1126188).
5 8
6 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses 9 * mh-init.el (mh-sys-path): Co-locate with mh-variants, which uses
7 it. 10 it.
8 (mh-variants): Note variable isn't meant to be accessed directly; 11 (mh-variants): Note variable isn't meant to be accessed directly;
9 use function mh-variants instead. 12 use function mh-variants instead.