diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-08 17:33:18 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-08 17:33:18 +0000 |
commit | 7bcb7738cf35d2fe32a8eea8805760a0db8cf4a7 (patch) | |
tree | 2fed1fe0cbb0900afc6e3420a345c75d0ca5fede /devel/pcl-cvs/MESSAGE | |
parent | 11cf767c9447a093e80dca4b15c9039b4a06eeea (diff) | |
download | pkgsrc-7bcb7738cf35d2fe32a8eea8805760a0db8cf4a7.tar.gz |
Initial import of pcl-cvs-2.9.9 into the NetBSD packages collection.
PCL-CVS is a front-end to CVS. It integrates the most frequently used
CVS commands into emacs.
From Hiroyuki Bessho in PR#14295. Thanks!
Diffstat (limited to 'devel/pcl-cvs/MESSAGE')
-rw-r--r-- | devel/pcl-cvs/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/pcl-cvs/MESSAGE b/devel/pcl-cvs/MESSAGE new file mode 100644 index 00000000000..27d2b8451cc --- /dev/null +++ b/devel/pcl-cvs/MESSAGE @@ -0,0 +1,7 @@ +$NetBSD: MESSAGE,v 1.1.1.1 2002/06/08 17:33:18 cjep Exp $ + +To automatically load pcl-cvs when starting emacs, add the following +(or similar) to your .emacs.el file. + +(add-to-list 'load-path "${PREFIX}/${LISPDIR}") +(load "pcl-cvs-startup") |