diff options
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r-- | lisp/vc-mtn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index a4739c633e0..5365b4d9289 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -163,7 +163,7 @@ '(("^[ |]+Author: \\(.*\\)" (1 'change-log-email)) ("^[ |]+Date: \\(.*\\)" (1 'change-log-date-face)))))) -;; (defun vc-mtn-show-log-entry (version) +;; (defun vc-mtn-show-log-entry (revision) ;; ) (defun vc-mtn-wash-log (file)) |