diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
commit | 3afbc435ac942072f42bf795dea22131b03c8d93 (patch) | |
tree | 6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/pcvs-info.el | |
parent | 5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff) | |
download | emacs-3afbc435ac942072f42bf795dea22131b03c8d93.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/pcvs-info.el')
-rw-r--r-- | lisp/pcvs-info.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el index 6ec8570390a..ba172471930 100644 --- a/lisp/pcvs-info.el +++ b/lisp/pcvs-info.el @@ -1,10 +1,10 @@ -;;; pcvs-info.el --- Internal representation of a fileinfo entry +;;; pcvs-info.el --- internal representation of a fileinfo entry ;; 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 -;; Revision: $Id: pcvs-info.el,v 1.5 2000/12/06 19:52:13 fx Exp $ +;; Revision: $Id: pcvs-info.el,v 1.6 2000/12/18 03:17:31 monnier Exp $ ;; This file is part of GNU Emacs. @@ -477,4 +477,4 @@ DIR can also be a file." (provide 'pcvs-info) -;;; pcl-cvs-info.el ends here +;;; pcvs-info.el ends here |