summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-08-10 09:43:23 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-08-10 09:43:23 +0000
commitd52e21c6b3ca1b95fff9dfb79a5c4aae95fc6401 (patch)
tree0c9bbd23369a13193862eab2b9923a29ee491566 /gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el
parent7f22ecb0da2f5623c8ad69cbab0e478a9709fb61 (diff)
downloadsrc-test2-vendor/misc-GNU/cvs/1.11.1p1.tar.gz
src-test2-vendor/misc-GNU/cvs/1.11.1p1.zip
This commit was manufactured by cvs2svn to create tagvendor/misc-GNU/cvs/1.11.1p1
'cvs-vendor-v1_11_1p1'.
Diffstat (limited to 'gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el')
-rw-r--r--gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el b/gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el
deleted file mode 100644
index f9b2de0418a4..000000000000
--- a/gnu/usr.bin/cvs/contrib/pcl-cvs/pcl-cvs-startup.el
+++ /dev/null
@@ -1,14 +0,0 @@
-;;; @(#) Id: pcl-cvs-startup.el,v 1.4 1993/05/31 18:40:33 ceder Exp
-(autoload 'cvs-update "pcl-cvs"
- "Run a 'cvs update' in the current working directory. Feed the
-output to a *cvs* buffer and run cvs-mode on it.
-If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
- t)
-
-(autoload 'cvs-update-other-window "pcl-cvs"
- "Run a 'cvs update' in the current working directory. Feed the
-output to a *cvs* buffer, display it in the other window, and run
-cvs-mode on it.
-
-If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
- t)