Mercurial > emacs
comparison lisp/ChangeLog @ 100059:18d556e2b8e1
(vc-svn-diff-switches): Doc fix.
(vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 30 Nov 2008 01:58:06 +0000 |
parents | fc3d57499127 |
children | 4857e032f3d6 |
comparison
equal
deleted
inserted
replaced
100058:fc3d57499127 | 100059:18d556e2b8e1 |
---|---|
1 2008-11-30 Glenn Morris <rgm@gnu.org> | 1 2008-11-30 Glenn Morris <rgm@gnu.org> |
2 | |
3 * vc-svn.el (vc-svn-diff-switches): Doc fix. | |
4 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil. | |
2 | 5 |
3 * vc-git.el (vc-git-diff): | 6 * vc-git.el (vc-git-diff): |
4 * vc-hg.el (vc-hg-diff): | 7 * vc-hg.el (vc-hg-diff): |
5 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic. | 8 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic. |
6 | 9 |