diff options
| author | Richard M. Stallman | 1994-07-02 16:55:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-02 16:55:54 +0000 |
| commit | a6e68e6c2c0ab04d095531cc8d5f833e99a36add (patch) | |
| tree | 0825e4a6d3b9770dacb5c3734a5825d2f820f2a4 | |
| parent | ce37bf2068ca109a3e4dc25c3597de06d9532e21 (diff) | |
| download | emacs-a6e68e6c2c0ab04d095531cc8d5f833e99a36add.tar.gz emacs-a6e68e6c2c0ab04d095531cc8d5f833e99a36add.zip | |
(sh-chmod-argument): Change default.
| -rw-r--r-- | lisp/progmodes/sh-script.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 2a2cf1756ce..45572bf88fd 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -165,9 +165,10 @@ construct which matches the actual executable.") | |||
| 165 | 165 | ||
| 166 | 166 | ||
| 167 | 167 | ||
| 168 | (defvar sh-chmod-argument "755" | 168 | (defvar sh-chmod-argument "+x" |
| 169 | "*After saving, if the file is not executable, set this mode. | 169 | "*After saving, if the file is not executable, set this mode. |
| 170 | The mode can be absolute \"511\" or relative \"u+x\". Do nothing if this is nil.") | 170 | The mode can be absolute, such as \"777\", or relative, such as \"+x\". |
| 171 | Do nothing if this is nil.") | ||
| 171 | 172 | ||
| 172 | 173 | ||
| 173 | (defvar sh-shell-path (or (getenv "SHELL") "/bin/sh") | 174 | (defvar sh-shell-path (or (getenv "SHELL") "/bin/sh") |