]> code.delx.au - gnu-emacs/commitdiff
Fixed previous ChangeLog entry
authorOscar Fuentes <ofv@wanadoo.es>
Thu, 26 Feb 2015 14:58:30 +0000 (15:58 +0100)
committerOscar Fuentes <ofv@wanadoo.es>
Thu, 26 Feb 2015 14:58:30 +0000 (15:58 +0100)
lisp/ChangeLog

index 749bd343973f95c1948f7bd06b71b98f21647f83..c8e307b213bad4c4389ada4e063a4885f14d7a4c 100644 (file)
@@ -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>