comparison lisp/vc.el @ 83078:fac24544c283

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-146 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-147 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-148 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-149 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-150 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-151 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-152 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-153 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-154 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-155 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-156 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-157 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-158 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-118
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 16 Mar 2004 20:27:22 +0000
parents 03a73693678e 2decd50569f3
children 108bb5537c12
comparison
equal deleted inserted replaced
83077:40fd42596e17 83078:fac24544c283
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.367 2004/02/08 22:42:42 uid65629 Exp $ 10 ;; $Id: vc.el,v 1.368 2004/03/15 03:55:24 monnier 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
430 ;; 430 ;;
431 ;; Rename file OLD to NEW, both in the working area and in the 431 ;; Rename file OLD to NEW, both in the working area and in the
432 ;; repository. If this function is not provided, the renaming 432 ;; repository. If this function is not provided, the renaming
433 ;; will be done by (vc-delete-file old) and (vc-register new). 433 ;; will be done by (vc-delete-file old) and (vc-register new).
434 ;; 434 ;;
435 ;; - find-file-hook ()
436 ;;
437 ;; Operation called in current buffer when opening a new file. This can
438 ;; be used by the backend to setup some local variables it might need.
435 439
436 ;;; Code: 440 ;;; Code:
437 441
438 (require 'vc-hooks) 442 (require 'vc-hooks)
439 (require 'ring) 443 (require 'ring)