# HG changeset patch # User Richard M. Stallman # Date 773168154 0 # Node ID cf243e9e63f8d3534fbb4d6d6e1e3bebfae5a397 # Parent 74f972cffd3acd89cb314461364afc6960af383f (sh-chmod-argument): Change default. diff -r 74f972cffd3a -r cf243e9e63f8 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sat Jul 02 04:49:30 1994 +0000 +++ b/lisp/progmodes/sh-script.el Sat Jul 02 16:55:54 1994 +0000 @@ -165,9 +165,10 @@ -(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")