Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67667c70
Commit
67667c70
authored
Oct 06, 2012
by
Glenn Morris
Browse files
* progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
parent
18dec750
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+2
-1
No files found.
lisp/ChangeLog
View file @
67667c70
2012-10-06 Glenn Morris <rgm@gnu.org>
* progmodes/sh-script.el (sh-indent-after-continuation):
Add explicit :group.
* textmodes/rst.el (rst-preferred-decorations)
(rst-shift-basic-offset): Clarify obsolescence versions.
...
...
lisp/progmodes/sh-script.el
View file @
67667c70
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment