From a6e68e6c2c0ab04d095531cc8d5f833e99a36add Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jul 1994 16:55:54 +0000 Subject: [PATCH] (sh-chmod-argument): Change default. --- lisp/progmodes/sh-script.el | 5 +++-- 1 file 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.") -(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") -- 2.39.5