emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: many packages write to `temporary-file-directory' insecurely


From: Stefan Monnier
Subject: Re: many packages write to `temporary-file-directory' insecurely
Date: Wed, 06 Mar 2002 11:59:43 -0500

> How about the following?  One issue still to consider is whether or not
> we should default to writing game state in ~/.emacs.d, or in
> `temporary-file-directory'.  Any opinions?
[...]
> +  DEFVAR_LISP ("game-state-directory", &Vgame_state_directory,
> +            doc: /* Directory of high-score and other state files for games.
> +Depending on your system setup, this may or may not default to a
> +shared directory. */);

There's no point in declaring it in the C code since it's only
used from elisp.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]