diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 590c3549c62..4f63206212c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*' | 3 | * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*' |
| 4 | buffer for output. | 4 | buffer for output. |
| 5 | 5 | ||
| 6 | * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'; do not assume | 6 | * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume |
| 7 | point-min==1; fix search string; fix parentheses missing. | 7 | point-min==1. Fix search string. Fix parentheses missing. |
| 8 | 8 | ||
| 9 | * vc/vc-git.el (vc-git-ignore): Remove `interactive'; do not | 9 | * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not |
| 10 | assume point-min==1; fix search string; fix parentheses missing. | 10 | assume point-min==1. Fix search string. Fix parentheses missing. |
| 11 | 11 | ||
| 12 | * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'. | 12 | * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'. |
| 13 | 13 | ||