diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-21 09:06:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-21 09:06:29 +0000 |
commit | 8ac77c25b7450a6f8d909c5e3cc658518a485838 (patch) | |
tree | 7beadb8786cea5a8aeba851bcd9a30cbb848b7e0 /lisp/cvs-status.el | |
parent | cd7d2d9eaf85306931ab26f4d0a752ad74eb466b (diff) | |
download | emacs-8ac77c25b7450a6f8d909c5e3cc658518a485838.tar.gz |
Comment changes.
Diffstat (limited to 'lisp/cvs-status.el')
-rw-r--r-- | lisp/cvs-status.el | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 4970c19d1fe..7517cdc192d 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el @@ -4,7 +4,6 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs cvs status tree -;; Revision: $Id: cvs-status.el,v 1.10 2000/12/18 03:17:31 monnier Exp $ ;; This file is part of GNU Emacs. @@ -514,44 +513,4 @@ Optional prefix ARG chooses between two representations." (provide 'cvs-status) -;;; Change Log: -;; $Log: cvs-status.el,v $ -;; Revision 1.10 2000/12/18 03:17:31 monnier -;; Remove useless Version. -;; -;; 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. -;; (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. -;; -;; Revision 1.6 2000/08/16 20:46:32 monnier -;; *** empty log message *** -;; -;; Revision 1.5 2000/08/06 09:18:02 gerd -;; Use `nth' instead of `first', `second', and `third'. -;; -;; Revision 1.4 2000/05/10 22:08:28 monnier -;; (cvs-status-minor-wrap): Use mark-active. -;; -;; Revision 1.3 2000/03/22 01:08:08 monnier -;; (cvs-status-mode): Use define-derived-mode. -;; -;; Revision 1.2 2000/03/22 01:01:36 monnier -;; (cvs-status-(prev|next)): Rename from -;; cvs-status-(prev|next)-entry and use easy-mmode-define-navigation. -;; (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars -;; to let the output "breathe" a little more (more readable). -;; - ;;; cvs-status.el ends here |