* lisp/progmodes/sh-script.el (sh-mode): Use ### for outline headings.
This aligns it more with emacs-lisp-mode headings.
---
*** 'shell-script-mode' now supports 'outline-minor-mode'.
-The outline headings have lines that start with "##".
+The outline headings have lines that start with "###".
+++
*** New command 'revert-buffer-quick'.
(setq-local add-log-current-defun-function #'sh-current-defun-name)
(add-hook 'completion-at-point-functions
#'sh-completion-at-point-function nil t)
- (setq-local outline-regexp "##")
+ (setq-local outline-regexp "###")
;; Parse or insert magic number for exec, and set all variables depending
;; on the shell thus determined.
(sh-set-shell