From 0fcd3d9fa4cdee0a9a067f74c75b9e053502e294 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 22 Aug 2012 18:58:14 +0200 Subject: Set `executable-prefix' to "#!" instead of "#! ". See http://www.in-ulm.de/~mascheck/various/shebang/#details for details on why the blank space is never needed. Thanks to Leo for the patch. --- lisp/progmodes/executable.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/executable.el') diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index e5142571972..981a075b4f0 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -84,7 +84,7 @@ When this is `function', only ask when called non-interactively." :group 'executable) -(defcustom executable-prefix "#! " +(defcustom executable-prefix "#!" "Interpreter magic number prefix inserted when there was no magic number." :type 'string :group 'executable) -- cgit v1.2.1 From 1d0f71d37a0965e098075e8410c65a95011255ff Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Aug 2012 13:34:50 -0400 Subject: Bump executable-prefix :version --- lisp/progmodes/executable.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/progmodes/executable.el') 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) -- cgit v1.2.1