mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Remove useless Version.
This commit is contained in:
parent
7f49aa0734
commit
c64c05511b
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: pcl-cvs cvs status tree
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $
|
||||
;; Revision: $Id: cvs-status.el,v 1.9 2000/12/06 19:50:12 fx Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -517,6 +516,9 @@ Optional prefix ARG chooses between two representations."
|
||||
|
||||
;;; Change Log:
|
||||
;; $Log: cvs-status.el,v $
|
||||
;; Revision 1.9 2000/12/06 19:50:12 fx
|
||||
;; Fix copyright years.
|
||||
;;
|
||||
;; Revision 1.8 2000/11/06 07:01:10 monnier
|
||||
;; (cvs-tree-merge): Use cvs-butlast (avoid CL).
|
||||
;; (cvs-status-get-tags): Fix regexp.
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: pcl-cvs cvs commit log
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: log-edit.el,v 1.12 2000/12/06 19:36:44 fx Exp $
|
||||
;; Revision: $Id: log-edit.el,v 1.13 2000/12/10 21:08:55 monnier Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: rcs sccs cvs log version-control
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: log-view.el,v 1.4 2000/05/21 02:12:34 monnier Exp $
|
||||
;; Revision: $Id: log-view.el,v 1.5 2000/12/06 19:49:40 fx Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -172,6 +171,9 @@
|
||||
|
||||
;;; Change Log:
|
||||
;; $Log: log-view.el,v $
|
||||
;; Revision 1.5 2000/12/06 19:49:40 fx
|
||||
;; Fix copyright years.
|
||||
;;
|
||||
;; Revision 1.4 2000/05/21 02:12:34 monnier
|
||||
;; Fix file description.
|
||||
;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
|
||||
|
@ -5,8 +5,7 @@
|
||||
;; Author: code extracted from Emacs-20's simple.el
|
||||
;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: comment uncomment
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: newcomment.el,v 1.27 2000/12/06 19:54:37 fx Exp $
|
||||
;; Revision: $Id: newcomment.el,v 1.28 2000/12/11 21:41:35 monnier Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: pcl-cvs
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: pcvs-defs.el,v 1.8 2000/12/08 16:58:37 monnier Exp $
|
||||
;; Revision: $Id: pcvs-defs.el,v 1.9 2000/12/10 21:17:14 monnier Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -29,8 +28,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defconst pcl-cvs-version "$Name: $")
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'pcvs-util)
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: pcl-cvs
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: pcvs-info.el,v 1.4 2000/11/12 16:52:53 monnier Exp $
|
||||
;; Revision: $Id: pcvs-info.el,v 1.5 2000/12/06 19:52:13 fx Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: pcl-cvs
|
||||
;; Version: $Name: $
|
||||
;; Revision: $Id: pcvs-parse.el,v 1.3 2000/06/11 22:30:49 monnier Exp $
|
||||
;; Revision: $Id: pcvs-parse.el,v 1.4 2000/12/06 19:52:39 fx Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user