From: Glenn Morris Date: Wed, 22 Aug 2012 17:34:50 +0000 (-0400) Subject: Bump executable-prefix :version X-Git-Tag: emacs-24.2.90~534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d0f71d37a0965e098075e8410c65a95011255ff;p=emacs.git Bump executable-prefix :version --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 981a075b4f0..092e1a4d578 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -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)