comparison lisp/ChangeLog @ 43547:f732dfb0325d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Feb 2002 03:23:12 +0000
parents 75dd3233021f
children 836406067ef1
comparison
equal deleted inserted replaced
43546:75dd3233021f 43547:f732dfb0325d
20 2002-02-25 Andre Spiegel <spiegel@gnu.org> 20 2002-02-25 Andre Spiegel <spiegel@gnu.org>
21 21
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
29 * comint.el (comint-replace-by-expanded-filename): Do nothing if 29 * comint.el (comint-replace-by-expanded-filename): Do nothing if
30 comint-match-partial-filename returns nil. 30 comint-match-partial-filename returns nil.