diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-12-18 03:17:31 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-12-18 03:17:31 +0000 |
commit | c64c05511ba5619898078fda33a7d61c44ed89f9 (patch) | |
tree | 106396af0461059a8e6d48a1301f5e8db2703364 /lisp/pcvs-util.el | |
parent | 7f49aa0734b05f7694d7264ae8f1106c81deec93 (diff) | |
download | emacs-c64c05511ba5619898078fda33a7d61c44ed89f9.tar.gz |
Remove useless Version.
Diffstat (limited to 'lisp/pcvs-util.el')
-rw-r--r-- | lisp/pcvs-util.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 506d0af49aa..2d41a51aafb 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el @@ -1,11 +1,10 @@ -;;; pcvs-util.el --- Utitlity functions for pcl-cvs -*- byte-compile-dynamic: t -*- +;;; pcvs-util.el --- Utility functions for PCL-CVS -*- byte-compile-dynamic: t -*- -;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs -;; Version: $Name: $ -;; Revision: $Id: pcvs-util.el,v 1.6 2000/12/06 19:53:00 fx Exp $ +;; Revision: $Id: pcvs-util.el,v 1.7 2000/12/10 21:18:03 monnier Exp $ ;; This file is part of GNU Emacs. |