diff options
| author | Dave Love | 2000-12-06 20:24:23 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-06 20:24:23 +0000 |
| commit | e7cff5504bbbbd5bab5482101c648f1ea7624ef8 (patch) | |
| tree | d454ed349e5262ff1b7013819b76e4d44ae7eceb /lisp/cvs-status.el | |
| parent | fbee3231d084a7f0a94918678584600a4e41624d (diff) | |
| download | emacs-e7cff5504bbbbd5bab5482101c648f1ea7624ef8.tar.gz emacs-e7cff5504bbbbd5bab5482101c648f1ea7624ef8.zip | |
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 @@ | |||
| 1 | ;;; cvs-status.el --- Major mode for browsing `cvs status' output | 1 | ;;; cvs-status.el --- Major mode for browsing `cvs status' output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs cvs status tree | 6 | ;; Keywords: pcl-cvs cvs status tree |
| 7 | ;; Version: $Name: $ | 7 | ;; Version: $Name: $ |
| 8 | ;; Revision: $Id: cvs-status.el,v 1.7 2000/09/29 02:19:10 monnier Exp $ | 8 | ;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -517,6 +517,16 @@ Optional prefix ARG chooses between two representations." | |||
| 517 | 517 | ||
| 518 | ;;; Change Log: | 518 | ;;; Change Log: |
| 519 | ;; $Log: cvs-status.el,v $ | 519 | ;; $Log: cvs-status.el,v $ |
| 520 | ;; Revision 1.8 2000/11/06 07:01:10 monnier | ||
| 521 | ;; (cvs-tree-merge): Use cvs-butlast (avoid CL). | ||
| 522 | ;; (cvs-status-get-tags): Fix regexp. | ||
| 523 | ;; (cvs-status-trees, cvs-status-cvstrees): | ||
| 524 | ;; Combine after change hooks and don't sit-for. | ||
| 525 | ;; (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready. | ||
| 526 | ;; (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*. | ||
| 527 | ;; Use make-char rather than hard-coded cryptic data. | ||
| 528 | ;; (cvs-status-cvstrees): Convert the buffer to multibyte if necessary. | ||
| 529 | ;; | ||
| 520 | ;; Revision 1.7 2000/09/29 02:19:10 monnier | 530 | ;; Revision 1.7 2000/09/29 02:19:10 monnier |
| 521 | ;; (cvs-status-entry-leader-re): Minor fix. | 531 | ;; (cvs-status-entry-leader-re): Minor fix. |
| 522 | ;; | 532 | ;; |