comparison lisp/vc-cvs.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 2b72fd42f02e
children 04c9b596cce6 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
3 ;; Copyright (C) 1995,98,99,2000,2001,02,2003 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995,98,99,2000,2001,02,2003 Free Software Foundation, Inc.
4 4
5 ;; Author: FSF (see vc.el for full credits) 5 ;; Author: FSF (see vc.el for full credits)
6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7 7
8 ;; $Id: vc-cvs.el,v 1.61 2003/05/23 17:57:29 spiegel Exp $ 8 ;; $Id: vc-cvs.el,v 1.62 2003/07/04 22:40:26 monnier Exp $
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; 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 13 ;; it under the terms of the GNU General Public License as published by
937 (vc-file-setprop file 'vc-checkout-time 0) 937 (vc-file-setprop file 'vc-checkout-time 0)
938 (if set-state (vc-file-setprop file 'vc-state 'edited)))))))) 938 (if set-state (vc-file-setprop file 'vc-state 'edited))))))))
939 939
940 (provide 'vc-cvs) 940 (provide 'vc-cvs)
941 941
942 ;;; arch-tag: 60e1402a-aa53-4607-927a-cf74f144b432
942 ;;; vc-cvs.el ends here 943 ;;; vc-cvs.el ends here