diff options
| author | Richard M. Stallman | 2002-02-26 03:23:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-26 03:23:12 +0000 |
| commit | 5764f67182e5a08348523566a48d94870bf245f4 (patch) | |
| tree | f5bcfe84109e62c1d143d51f001558150be3da35 | |
| parent | 6527c9b7ac4e131c9c53318605eda6ba66fa525f (diff) | |
| download | emacs-5764f67182e5a08348523566a48d94870bf245f4.tar.gz emacs-5764f67182e5a08348523566a48d94870bf245f4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1976d346a0..9bf24dd9092 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | * vc.el (vc-diff-switches-list): Fix prev change, making the macro | 22 | * vc.el (vc-diff-switches-list): Fix prev change, making the macro |
| 23 | consistent with the others that take a backend name as a symbol. | 23 | consistent with the others that take a backend name as a symbol. |
| 24 | 24 | ||
| 25 | * vc-{cvs,rcs,sccs}.el: Update callers to the above. | 25 | * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list. |
| 26 | 26 | ||
| 27 | 2002-02-25 Kim F. Storm <no-spam@cua.dk> | 27 | 2002-02-25 Kim F. Storm <no-spam@cua.dk> |
| 28 | 28 | ||