aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-12 11:48:43 +0000
committerGerd Moellmann1999-10-12 11:48:43 +0000
commitb07ea410a382deb8e8eae336302cc085269c8342 (patch)
treeea5f58b823e6ae2cd2be2989b0a7b98247b5a657 /lisp/ChangeLog
parentb581dd19c036ffc5352e91fac42675801e5bec4f (diff)
downloademacs-b07ea410a382deb8e8eae336302cc085269c8342.tar.gz
emacs-b07ea410a382deb8e8eae336302cc085269c8342.zip
(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'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd0d9840b6f..bdb1f3c6bf3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
11999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
2
3 * quickurl.el (quickurl-list-insert): `count-lines' was returning
4 a value one line to high if the cursor wasn't at the start of a
5 line. A `beginning-of-line' is now performed before making the
6 call to `count-lines'.
7
11999-10-11 Stefan Monnier <monnier@cs.yale.edu> 81999-10-11 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. 10 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.