From xemacs-m  Tue Apr  8 04:42:24 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA25026
	for <xemacs-beta@xemacs.org>; Tue, 8 Apr 1997 04:42:23 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id LAA10602; Tue, 8 Apr 1997 11:42:21 +0200 (MET DST)
Sender: hniksic@public.srce.hr
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: auto-save nit
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nA
        EL1M(".[qvI#a2E6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/X
        vhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 08 Apr 1997 11:42:20 +0200
Message-ID: <kigvi5xam0z.fsf@jagor.srce.hr>
Lines: 22

`auto-save-interval' should really be customized.

--- auto-save.el.orig	Tue Apr  8 11:40:17 1997
+++ auto-save.el	Tue Apr  8 11:40:21 1997
@@ -103,6 +103,10 @@
   "Autosaving with support for efs and /tmp"
   :group 'data)
 
+(put 'auto-save-interval 'custom-type 'integer)
+(put 'auto-save-interval 'factory-value '(300))
+(custom-add-to-group 'auto-save 'auto-save-interval 'custom-variable)
+
 (defcustom auto-save-directory nil
 
   ;;; Don't make this user-variable-p, it should be set in .emacs and


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Unspeakable horrors from outer space paralyze the living and
resurrect the dead!

