emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2ec8f28: Introduce defcustom 'executable-prefix-env'


From: Glenn Morris
Subject: Re: master 2ec8f28: Introduce defcustom 'executable-prefix-env'
Date: Mon, 24 Jul 2017 11:58:43 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

> branch: master
> commit 2ec8f28c59902ee1b533f9042c08f782422c2d86
> Author: Andrew L. Moore <address@hidden>
> Commit: Eli Zaretskii <address@hidden>
>
>     Introduce defcustom 'executable-prefix-env'
[...]
>  (defcustom executable-prefix "#!"
> -  "Interpreter magic number prefix inserted when there was no magic number."
> -  :version "24.3"                       ; "#! " -> "#!"
> +  "Interpreter magic number prefix inserted when there was no magic number.
> +Use of `executable-prefix-env' is preferable to this option."
> +  :version "26.1"                       ; deprecated
>    :type 'string
>    :group 'executable)

I don't think I've seen a :version bump used for "not new and no change
in default, but deprecated". Normally such things are instead marked
obsolete.



reply via email to

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