diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-10-14 06:00:51 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-10-14 06:00:51 +0000 |
commit | 1043ce19c83a7fc4ef59462108e65431f410a9b9 (patch) | |
tree | 1ce2576b36ab68519fadd3ae11cb8a82e4308d6d /lisp/vc-sccs.el | |
parent | 40ba988259b642d0fb3dd692f4a3c894309d2951 (diff) | |
download | emacs-1043ce19c83a7fc4ef59462108e65431f410a9b9.tar.gz |
* vc.el: Move comments about RCS and SCCS ...
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.
Diffstat (limited to 'lisp/vc-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 44b2b289477..afbf4e1545f 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -24,6 +24,10 @@ ;;; Commentary: +;; Proper function of the SCCS diff commands requires the shellscript vcdiff +;; to be installed somewhere on Emacs's path for executables. +;; + ;;; Code: (eval-when-compile |