Bump executable-prefix :version

This commit is contained in:
Glenn Morris 2012-08-22 13:34:50 -04:00
parent 61a48e191d
commit 1d0f71d37a

View file

@ -86,6 +86,7 @@ When this is `function', only ask when called non-interactively."
(defcustom executable-prefix "#!"
"Interpreter magic number prefix inserted when there was no magic number."
:version "24.3" ; "#! " -> "#!"
:type 'string
:group 'executable)