diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-10-10 19:39:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2007-10-10 19:39:23 +0000 |
commit | 5b5afd508a5ca3643e1cd435fa60d197b7c2f9f7 (patch) | |
tree | 585cf39728175c17a483204b38d1a3bac42a0127 /lisp/vc-mtn.el | |
parent | a888f521f0d727300f821ff346375d357ba1e2c7 (diff) | |
download | emacs-5b5afd508a5ca3643e1cd435fa60d197b7c2f9f7.tar.gz emacs-5b5afd508a5ca3643e1cd435fa60d197b7c2f9f7.tar.bz2 emacs-5b5afd508a5ca3643e1cd435fa60d197b7c2f9f7.zip |
Carry through today's big terminology change to a few places where I
missed it in the back ends.
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)) |