diff options
| author | André Spiegel | 2002-02-25 22:12:37 +0000 |
|---|---|---|
| committer | André Spiegel | 2002-02-25 22:12:37 +0000 |
| commit | 3c0766fec4dd018482321659ca344015941c4d9c (patch) | |
| tree | c522c162c5523715bfae50d3bfa4185d7867a66c | |
| parent | 01f70dba885d21f41f42859e86b01cec4af0bb96 (diff) | |
| download | emacs-3c0766fec4dd018482321659ca344015941c4d9c.tar.gz emacs-3c0766fec4dd018482321659ca344015941c4d9c.zip | |
#
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e6cf4a208c6..9235c3ef23e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-02-25 Andre Spiegel <spiegel@gnu.org> | ||
| 2 | |||
| 3 | * vc.el (vc-diff-switches-list): Fix prev change, making the macro | ||
| 4 | consistent with the others that take a backend name as a symbol. | ||
| 5 | |||
| 6 | * vc-{cvs,rcs,sccs}.el: Update callers to the above. | ||
| 7 | |||
| 1 | 2002-02-25 Kim F. Storm <no-spam@cua.dk> | 8 | 2002-02-25 Kim F. Storm <no-spam@cua.dk> |
| 2 | 9 | ||
| 3 | * comint.el (comint-replace-by-expanded-filename): Do nothing if | 10 | * comint.el (comint-replace-by-expanded-filename): Do nothing if |