[876] in NetBSD-Development
emacs autosave
daemon@ATHENA.MIT.EDU (bdrosen@MIT.EDU)
Fri Jul 14 10:44:20 1995
From: bdrosen@MIT.EDU
To: netbsd-dev@MIT.EDU
Reply-To: bdrosen@MIT.EDU
Date: Fri, 14 Jul 1995 10:42:31 EDT
It appears that the emacs on the system packs is set up to
autosave to /usr/tmp.
/afs/sipb/system/i386_nbsd1/usr/athena/lib/emacs/19.28/lisp/site-init.el
......
; Athena auto-save customizations
(defconst auto-save-main-directory
"/usr/tmp/"
"The root of the auto-save directory; nil means use old style.")
.......
Perhpas this should be changed to /var/tmp
Brett