Mercurial > emacs
comparison lisp/ChangeLog @ 25999:3dc900e05402
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 12 Oct 1999 21:12:16 +0000 |
parents | b04d6e7e4790 |
children | f2418e8499aa |
comparison
equal
deleted
inserted
replaced
25998:b04d6e7e4790 | 25999:3dc900e05402 |
---|---|
53 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | 53 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) |
54 (sh-var-list): New variables. | 54 (sh-var-list): New variables. |
55 | 55 |
56 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> | 56 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
57 | 57 |
58 * quickurl.el (quickurl-list-insert): `count-lines' was returning | 58 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
59 a value one line to high if the cursor wasn't at the start of a | 59 a value one line to high if the cursor wasn't at the start of a |
60 line. A `beginning-of-line' is now performed before making the | 60 line. A `beginning-of-line' is now performed before making the |
61 call to `count-lines'. | 61 call to `count-lines'. |
62 | 62 |
63 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> | 63 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
64 | 64 |
65 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. | 65 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. |
66 | 66 |