comparison lisp/cvs-status.el @ 34652:45a589a4c480

Remove useless Version.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Dec 2000 03:17:31 +0000
parents dd613770eb0f
children 0f4506820432
comparison
equal deleted inserted replaced
34651:d7420ad5649a 34652:45a589a4c480
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 ;; Revision: $Id: cvs-status.el,v 1.9 2000/12/06 19:50:12 fx Exp $
8 ;; Revision: $Id: cvs-status.el,v 1.8 2000/11/06 07:01:10 monnier Exp $
9 8
10 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
11 10
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
515 514
516 (provide 'cvs-status) 515 (provide 'cvs-status)
517 516
518 ;;; Change Log: 517 ;;; Change Log:
519 ;; $Log: cvs-status.el,v $ 518 ;; $Log: cvs-status.el,v $
519 ;; Revision 1.9 2000/12/06 19:50:12 fx
520 ;; Fix copyright years.
521 ;;
520 ;; Revision 1.8 2000/11/06 07:01:10 monnier 522 ;; Revision 1.8 2000/11/06 07:01:10 monnier
521 ;; (cvs-tree-merge): Use cvs-butlast (avoid CL). 523 ;; (cvs-tree-merge): Use cvs-butlast (avoid CL).
522 ;; (cvs-status-get-tags): Fix regexp. 524 ;; (cvs-status-get-tags): Fix regexp.
523 ;; (cvs-status-trees, cvs-status-cvstrees): 525 ;; (cvs-status-trees, cvs-status-cvstrees):
524 ;; Combine after change hooks and don't sit-for. 526 ;; Combine after change hooks and don't sit-for.