diff options
| author | Glenn Morris | 2012-08-22 13:34:50 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-22 13:34:50 -0400 |
| commit | 1d0f71d37a0965e098075e8410c65a95011255ff (patch) | |
| tree | a5fac761f73b7c590af3585945107c24ddfb1d02 /lisp/progmodes/executable.el | |
| parent | 61a48e191ddd1e54b43f7a30f08c05528f5852af (diff) | |
| download | emacs-1d0f71d37a0965e098075e8410c65a95011255ff.tar.gz emacs-1d0f71d37a0965e098075e8410c65a95011255ff.zip | |
Bump executable-prefix :version
Diffstat (limited to 'lisp/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 86 | 86 | ||
| 87 | (defcustom executable-prefix "#!" | 87 | (defcustom executable-prefix "#!" |
| 88 | "Interpreter magic number prefix inserted when there was no magic number." | 88 | "Interpreter magic number prefix inserted when there was no magic number." |
| 89 | :version "24.3" ; "#! " -> "#!" | ||
| 89 | :type 'string | 90 | :type 'string |
| 90 | :group 'executable) | 91 | :group 'executable) |
| 91 | 92 | ||