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

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents c03b80e1bacd
children f0eb34e60705 37e95eddf2e8 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
3 ;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 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-rcs.el,v 1.36 2003/02/04 12:11:40 lektu Exp $ 8 ;; $Id: vc-rcs.el,v 1.37 2003/05/08 19:24:56 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
780 (vc-do-command nil 0 "rcs" (vc-name file) (concat "-b" branch)) 780 (vc-do-command nil 0 "rcs" (vc-name file) (concat "-b" branch))
781 (vc-file-setprop file 'vc-rcs-default-branch branch)) 781 (vc-file-setprop file 'vc-rcs-default-branch branch))
782 782
783 (provide 'vc-rcs) 783 (provide 'vc-rcs)
784 784
785 ;;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf
785 ;;; vc-rcs.el ends here 786 ;;; vc-rcs.el ends here