changeset 25983:d7e5cded3fd1

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Oct 1999 11:48:43 +0000
parents 6a0ca60a951f
children eea178de35f5
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <davep@hagbard.demon.co.uk>
+
+        * 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  <monnier@cs.yale.edu>
 
 	* diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.