From 293fbc914a32c67f01008c8e5c4e966c4f0e8093 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 20 May 2014 08:46:21 -0700 Subject: [PATCH] * lisp/vc/vc-rcs.el: Comment. --- lisp/vc/vc-rcs.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 703b46eb113..6b064260f95 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el @@ -886,10 +886,9 @@ and CVS." (minor-num (string-to-number (vc-rcs-minor-part rev)))) (concat branch "." (number-to-string (1+ minor-num)))))) -;; Note that most GNU/Linux distributions seem to supply rcs2log in a -;; standard bin directory. Eg both Red Hat and Debian include it in -;; their cvs packages. It's not obvious why Emacs still needs to -;; provide it as well... +;; You might think that this should be distributed with RCS, but +;; apparently not. CVS sometimes provides a version of it. +;; http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00288.html (defvar vc-rcs-rcs2log-program (let (exe) (cond ((file-executable-p -- 2.39.5