# HG changeset patch # User Gerd Moellmann # Date 939728923 0 # Node ID d7e5cded3fd12b06138777b19b29c87ba465ad0c # Parent 6a0ca60a951f4fb12772c7085f5d4c702446aec2 *** empty log message *** diff -r 6a0ca60a951f -r d7e5cded3fd1 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 12 11:46:19 1999 +0000 +++ b/lisp/ChangeLog Tue Oct 12 11:48:43 1999 +0000 @@ -1,3 +1,10 @@ +1999-10-12 Dave Pearson + + * quickurl.el (quickurl-list-insert): `count-lines' was returning + a value one line to high if the cursor wasn't at the start of a + line. A `beginning-of-line' is now performed before making the + call to `count-lines'. + 1999-10-11 Stefan Monnier * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.