comparison lisp/vc.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 3c3b6501b4f1
children f0eb34e60705 019243f7a304 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
5 5
6 ;; Author: FSF (see below for full credits) 6 ;; Author: FSF (see below for full credits)
7 ;; Maintainer: Andre Spiegel <spiegel@gnu.org> 7 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
8 ;; Keywords: tools 8 ;; Keywords: tools
9 9
10 ;; $Id: vc.el,v 1.358 2003/07/06 17:28:12 monnier Exp $ 10 ;; $Id: vc.el,v 1.359 2003/07/06 19:08:13 jpw Exp $
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 15 ;; it under the terms of the GNU General Public License as published by
3465 ;; All other cases don't change either the workfile or the master, and 3465 ;; All other cases don't change either the workfile or the master, and
3466 ;; trigger command errors which the user will see. 3466 ;; trigger command errors which the user will see.
3467 ;; 3467 ;;
3468 ;; Thus, there is no explicit recovery code. 3468 ;; Thus, there is no explicit recovery code.
3469 3469
3470 ;;; arch-tag: ca82c1de-3091-4e26-af92-460abc6213a6
3470 ;;; vc.el ends here 3471 ;;; vc.el ends here