comparison lisp/shadowfile.el @ 12082:257af4819582

Change email address for Boris.
author Boris Goldowsky <boris@gnu.org>
date Mon, 05 Jun 1995 20:43:19 +0000
parents cc7cd83ccf3f
children f225e4de23b4
comparison
equal deleted inserted replaced
12081:0d7b62a295be 12082:257af4819582
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@cs.rochester.edu> 3 ;;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
4 ;;; Keywords: comm 4 ;;; Keywords: comm
5 5
6 ;;; Copyright (c) 1993, 1994 Free Software Foundation 6 ;;; Copyright (c) 1993, 1994 Free Software Foundation
7 ;;; 7 ;;;
8 ;;; This program is free software; you can redistribute it and/or modify 8 ;;; This program is free software; you can redistribute it and/or modify
18 ;;; A copy of the GNU General Public License can be obtained from this 18 ;;; A copy of the GNU General Public License can be obtained from this
19 ;;; program's author or from the Free Software Foundation, Inc., 675 19 ;;; program's author or from the Free Software Foundation, Inc., 675
20 ;;; Mass Ave, Cambridge, MA 02139, USA. 20 ;;; Mass Ave, Cambridge, MA 02139, USA.
21 21
22 ;;; LCD Archive Entry: 22 ;;; LCD Archive Entry:
23 ;;; shadowfile|Boris Goldowsky|boris@cs.rochester.edu| 23 ;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu|
24 ;;; Helps you keep identical copies of files in multiple places.| 24 ;;; Helps you keep identical copies of files in multiple places.|
25 ;;; $Date: 1993/12/23 03:45:09 $ |$Revision: 1.2 $|~/misc/shadowfile.el.Z| 25 ;;; $Date: 1994/05/03 22:57:18 $ |$Revision: 1.3 $|~/misc/shadowfile.el.Z|
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 ;;; 28 ;;;
29 ;;; This package helps you to keep identical copies of files in more than one 29 ;;; 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 30 ;;; place - possibly on different machines. When you save a file, it checks
68 ;;; file-newer-than-file-p works between machines. 68 ;;; file-newer-than-file-p works between machines.
69 ;;; 69 ;;;
70 ;;; - It will not make directories for you, it just fails to copy files 70 ;;; - It will not make directories for you, it just fails to copy files
71 ;;; that belong in non-existent directories. 71 ;;; that belong in non-existent directories.
72 ;;; 72 ;;;
73 ;;; Please report any bugs to me (boris@cs.rochester.edu). Also let me know 73 ;;; Please report any bugs to me (boris@gnu.ai.mit.edu). Also let me know
74 ;;; if you have suggestions or would like to be informed of updates. 74 ;;; if you have suggestions or would like to be informed of updates.
75 75
76 ;;; Code: 76 ;;; Code:
77 77
78 (provide 'shadowfile) 78 (provide 'shadowfile)