emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117130: * lisp/vc/vc-rcs.el: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117130: * lisp/vc/vc-rcs.el: Comment.
Date: Tue, 20 May 2014 15:46:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117130
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2014-05-20 08:46:21 -0700
message:
  * lisp/vc/vc-rcs.el: Comment.
modified:
  lisp/vc/vc-rcs.el              vcrcs.el-20091113204419-o5vbwnq5f7feedwu-1926
=== modified file 'lisp/vc/vc-rcs.el'
--- a/lisp/vc/vc-rcs.el 2014-01-01 07:43:34 +0000
+++ b/lisp/vc/vc-rcs.el 2014-05-20 15:46:21 +0000
@@ -886,10 +886,9 @@
          (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]