From: Richard M. Stallman Date: Sat, 2 Jul 1994 16:55:54 +0000 (+0000) Subject: (sh-chmod-argument): Change default. X-Git-Tag: emacs-19.34~7732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6e68e6c2c0ab04d095531cc8d5f833e99a36add;p=emacs.git (sh-chmod-argument): Change default. --- 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.") -(defvar sh-chmod-argument "755" +(defvar sh-chmod-argument "+x" "*After saving, if the file is not executable, set this mode. -The mode can be absolute \"511\" or relative \"u+x\". Do nothing if this is nil.") +The mode can be absolute, such as \"777\", or relative, such as \"+x\". +Do nothing if this is nil.") (defvar sh-shell-path (or (getenv "SHELL") "/bin/sh")