Variable: sh-make-vars-local

sh-make-vars-local is a variable defined in sh-script.el.gz.

Value

t

Documentation

Controls whether indentation variables are local to the buffer.

If non-nil, indentation variables are made local initially. If nil, you can later make the variables local by invoking command sh-make-vars-local(var)/sh-make-vars-local(fun). The default is t because I assume that in one Emacs session one is frequently editing existing scripts with different styles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defvar sh-make-vars-local t
  "Controls whether indentation variables are local to the buffer.
If non-nil, indentation variables are made local initially.
If nil, you can later make the variables local by invoking
command `sh-make-vars-local'.
The default is t because I assume that in one Emacs session one is
frequently editing existing scripts with different styles.")