emacs-diffs
[Top][All Lists]
Advanced

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

Re: master f8e9993: Allow inhibiting 'auto-save-visited-mode' on a per-b


From: Pip Cet
Subject: Re: master f8e9993: Allow inhibiting 'auto-save-visited-mode' on a per-buffer basis.
Date: Mon, 25 May 2020 19:19:22 +0000

On Mon, May 25, 2020 at 7:15 PM Philipp Stephani <address@hidden> wrote:
> diff --git a/lisp/files.el b/lisp/files.el
> index dba704f..cb37047 100644
> --- a/lisp/files.el
> +++ b/lisp/files.el
> @@ -430,7 +430,13 @@ idle for `auto-save-visited-interval' seconds."
>
>  Unlike `auto-save-mode', this mode will auto-save buffer contents
>  to the visited files directly and will also run all save-related
> -hooks.  See Info node `Saving' for details of the save process."
> +hooks.  See Info node `Saving' for details of the save process.
> +
> +You can also set the buffer-local value of the variable
> +`auto-save-visted-mode' to nil.  A buffer where the buffer-local

That should be "auto-save-visited-mode", right?



reply via email to

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