diff options
Diffstat (limited to 'lisp/progmodes/sh-script.el')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index e94919ee2a9..06ded5fb53d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1767,7 +1767,9 @@ Does not preserve point." | |||
| 1767 | 1767 | ||
| 1768 | (defcustom sh-indent-after-continuation t | 1768 | (defcustom sh-indent-after-continuation t |
| 1769 | "If non-nil, try to make sure text is indented after a line continuation." | 1769 | "If non-nil, try to make sure text is indented after a line continuation." |
| 1770 | :type 'boolean) | 1770 | :version "24.3" |
| 1771 | :type 'boolean | ||
| 1772 | :group 'sh-indentation) | ||
| 1771 | 1773 | ||
| 1772 | (defun sh-smie--continuation-start-indent () | 1774 | (defun sh-smie--continuation-start-indent () |
| 1773 | "Return the initial indentation of a continued line. | 1775 | "Return the initial indentation of a continued line. |