summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2015-02-26 15:58:30 +0100
committerOscar Fuentes <ofv@wanadoo.es>2015-02-26 15:58:30 +0100
commit0ed52489b93648ea278bfb1ba12f351c48ab60dd (patch)
treec677a91abd7fc522e6c1365537dbbf0edfea35a2 /lisp
parentb5a0603eb41c7a350c16a1b3ec5c1b8d8c84a4eb (diff)
downloademacs-0ed52489b93648ea278bfb1ba12f351c48ab60dd.tar.gz
Fixed previous ChangeLog entry
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 749bd343973..c8e307b213b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,17 +2,17 @@
* vc/vc.el (vc-annotate-switches): New defcustom.
* vc/vc-bzr.el (vc-bzr-annotate-switches): New defcustom.
- (vc-bzr-annotate-command): Use it.
+ (vc-bzr-annotate-command): Use vc-switches.
* vc/vc-cvs.el (vc-cvs-annotate-switches): New defcustom.
- (vc-cvs-annotate-command): Use it.
+ (vc-cvs-annotate-command): Use vc-switches.
* vc/vc-git.el (vc-git-annotate-switches): New defcustom.
- (vc-git-annotate-command): Use it.
+ (vc-git-annotate-command): Use vc-switches.
* vc/vc-hg.el (vc-hg-annotate-switches): New defcustom.
- (vc-hg-annotate-command): Use it.
+ (vc-hg-annotate-command): Use vc-switches.
* vc/vc-mtn.el (vc-mtn-annotate-switches): New defcustom.
- (vc-mtn-annotate-command): Use it.
+ (vc-mtn-annotate-command): Use vc-switches.
* vc/vc-svn.el (vc-svn-annotate-switches): New defcustom.
- (vc-svn-annotate-command): Use it.
+ (vc-svn-annotate-command): Use vc-switches.
2015-02-26 Alan Mackenzie <acm@muc.de>