changeset 8121:cf243e9e63f8

(sh-chmod-argument): Change default.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jul 1994 16:55:54 +0000
parents 74f972cffd3a
children 2fae14e8ae5d
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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")