comparison lisp/shadowfile.el @ 13337:84acc3adcd63

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 17:35:01 +0000
parents f225e4de23b4
children 83f275dcd93a
comparison
equal deleted inserted replaced
13336:f225e4de23b4 13337:84acc3adcd63
1 ;;; shadowfile.el --- automatic file copying for Emacs 19 1 ;;; shadowfile.el --- automatic file copying for Emacs 19
2 2
3 ;;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> 3 ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4 ;;; Keywords: comm 4
5 5 ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
6 ;;; Copyright (c) 1993, 1994 Free Software Foundation 6 ;; Keywords: comm
7 ;;; 7
8 ;;; This program is free software; you can redistribute it and/or modify 8 ;; This file is part of GNU Emacs.
9 ;;; it under the terms of the GNU General Public License as published by 9
10 ;;; the Free Software Foundation; either version 2, or (at your option) 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;;; any later version. 11 ;; it under the terms of the GNU General Public License as published by
12 ;;; 12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;;; This program is distributed in the hope that it will be useful, 13 ;; any later version.
14 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 14
15 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;;; GNU General Public License for more details. 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;;; 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;;; A copy of the GNU General Public License can be obtained from this 18 ;; GNU General Public License for more details.
19 ;;; program's author or from the Free Software Foundation, Inc., 675 19
20 ;;; Mass Ave, Cambridge, MA 02139, USA. 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 23
22 ;;; LCD Archive Entry: 24 ;;; LCD Archive Entry:
23 ;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu| 25 ;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu|
24 ;;; Helps you keep identical copies of files in multiple places.| 26 ;;; Helps you keep identical copies of files in multiple places.|
25 ;;; $Date: 1995/06/05 20:41:03 $ |$Revision: 1.4 $|~/misc/shadowfile.el.Z| 27 ;;; $Date: 1995/10/30 17:22:28 $ |$Revision: 1.5 $|~/misc/shadowfile.el.Z|
26 28
27 ;;; Commentary: 29 ;;; Commentary:
28 ;;; 30 ;;;
29 ;;; This package helps you to keep identical copies of files in more than one 31 ;;; This package helps you to keep identical copies of files in more than one
30 ;;; place - possibly on different machines. When you save a file, it checks 32 ;;; place - possibly on different machines. When you save a file, it checks