Mercurial > hg > xemacs-beta
diff lisp/packages/auto-save.el @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 34a5b81f86ba |
children | a2f645c6b9f8 |
line wrap: on
line diff
--- a/lisp/packages/auto-save.el Mon Aug 13 09:35:15 2007 +0200 +++ b/lisp/packages/auto-save.el Mon Aug 13 09:36:16 2007 +0200 @@ -2,7 +2,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; File: auto-save.el -;; Version: $Revision: 1.4 $ +;; Version: $Revision: 1.5 $ ;; RCS: ;; Description: Safer autosaving with support for efs and /tmp. ;; This version of auto-save is designed to work with efs, @@ -11,7 +11,7 @@ ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(defconst auto-save-version (substring "$Revision: 1.4 $" 11 -2) +(defconst auto-save-version (substring "$Revision: 1.5 $" 11 -2) "Version number of auto-save.") ;;; Copyright (C) 1992 by Sebastian Kremer <sk@thp.uni-koeln.de> @@ -84,7 +84,7 @@ ;;;; ACKNOWLEDGEMENT =================================================== ;;; This code is loosely derived from autosave-in-tmp.el by Jamie -;;; Zawinski <jwz@lucid.com> (the version I had was last modified 22 +;;; Zawinski <jwz@netscape.com> (the version I had was last modified 22 ;;; dec 90 jwz) and code submitted to ange-ftp-lovers on Sun, 5 Apr ;;; 92 23:20:47 EDT by drw@BOURBAKI.MIT.EDU (Dale R. Worley). ;;; auto-save.el tries to cover the functionality of those two