From 67667c704b55444a23d4b84fb4735b5f809f0d32 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 6 Oct 2012 13:34:45 -0700 Subject: [PATCH] * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group. --- lisp/ChangeLog | 3 +++ lisp/progmodes/sh-script.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53e38365b00..0bd07a9c48d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-10-06 Glenn Morris + * progmodes/sh-script.el (sh-indent-after-continuation): + Add explicit :group. + * textmodes/rst.el (rst-preferred-decorations) (rst-shift-basic-offset): Clarify obsolescence versions. diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 16acf2547a2..06ded5fb53d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1768,7 +1768,8 @@ Does not preserve point." (defcustom sh-indent-after-continuation t "If non-nil, try to make sure text is indented after a line continuation." :version "24.3" - :type 'boolean) + :type 'boolean + :group 'sh-indentation) (defun sh-smie--continuation-start-indent () "Return the initial indentation of a continued line. -- 2.11.4.GIT