diff options
author | Dave Love <fx@gnu.org> | 2000-12-06 20:24:23 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-12-06 20:24:23 +0000 |
commit | e7cff5504bbbbd5bab5482101c648f1ea7624ef8 (patch) | |
tree | d454ed349e5262ff1b7013819b76e4d44ae7eceb /lisp/cvs-status.el | |
parent | fbee3231d084a7f0a94918678584600a4e41624d (diff) | |
download | emacs-e7cff5504bbbbd5bab5482101c648f1ea7624ef8.tar.gz |
Fix copyright years.
Diffstat (limited to 'lisp/cvs-status.el')
-rw-r--r-- | lisp/cvs-status.el | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index c13d1cb18f5..1d7921edb04 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el @@ -1,11 +1,11 @@ ;;; cvs-status.el --- Major mode for browsing `cvs status' output -;; Copyright (C) 1999-2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs cvs status tree ;; Version: $Name: $ -;; Revision: $Id: cvs-status.el,v 1.7 2000/09/29 02:19:10 monnier Exp $ +;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $ ;; This file is part of GNU Emacs. @@ -517,6 +517,16 @@ Optional prefix ARG chooses between two representations." ;;; Change Log: ;; $Log: cvs-status.el,v $ +;; Revision 1.8 2000/11/06 07:01:10 monnier +;; (cvs-tree-merge): Use cvs-butlast (avoid CL). +;; (cvs-status-get-tags): Fix regexp. +;; (cvs-status-trees, cvs-status-cvstrees): +;; Combine after change hooks and don't sit-for. +;; (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready. +;; (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*. +;; Use make-char rather than hard-coded cryptic data. +;; (cvs-status-cvstrees): Convert the buffer to multibyte if necessary. +;; ;; Revision 1.7 2000/09/29 02:19:10 monnier ;; (cvs-status-entry-leader-re): Minor fix. ;; |