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/cvs-status.el | |
parent | 7f49aa0734b05f7694d7264ae8f1106c81deec93 (diff) | |
download | emacs-c64c05511ba5619898078fda33a7d61c44ed89f9.tar.gz emacs-c64c05511ba5619898078fda33a7d61c44ed89f9.tar.bz2 emacs-c64c05511ba5619898078fda33a7d61c44ed89f9.zip |
Remove useless Version.
Diffstat (limited to 'lisp/cvs-status.el')
-rw-r--r-- | lisp/cvs-status.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 1d7921edb04..37836f5d70e 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el @@ -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. |