* lisp/progmodes/sh-script.el (sh-mode): Set outline-regexp (bug#49346).
** Miscellaneous
+---
+*** 'shell-script-mode' now supports 'outline-minor-mode'.
+The outline headings have lines that start with "##".
+
+++
*** New command 'revert-buffer-quick'.
This is bound to 'C-x x g' and is like `revert-buffer', but prompts
(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 "##")
;; Parse or insert magic number for exec, and set all variables depending
;; on the shell thus determined.
(sh-set-shell