emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110396: * progmodes/sh-script.el (sh


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110396: * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
Date: Sat, 06 Oct 2012 13:34:45 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110396
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-06 13:34:45 -0700
message:
  * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
modified:
  lisp/ChangeLog
  lisp/progmodes/sh-script.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-06 20:33:23 +0000
+++ b/lisp/ChangeLog    2012-10-06 20:34:45 +0000
@@ -1,5 +1,8 @@
 2012-10-06  Glenn Morris  <address@hidden>
 
+       * progmodes/sh-script.el (sh-indent-after-continuation):
+       Add explicit :group.
+
        * textmodes/rst.el (rst-preferred-decorations)
        (rst-shift-basic-offset): Clarify obsolescence versions.
 

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2012-10-06 20:30:26 +0000
+++ b/lisp/progmodes/sh-script.el       2012-10-06 20:34:45 +0000
@@ -1768,7 +1768,8 @@
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]