From: Stefan Monnier Date: Tue, 3 Jun 2025 21:13:51 +0000 (-0400) Subject: lisp/progmodes/sh-script.el (sh-popup-occur-buffer): Remove unused var X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9b2f593205b7c12bf3cebef3e1768356380b0e2;p=emacs.git lisp/progmodes/sh-script.el (sh-popup-occur-buffer): Remove unused var (cherry picked from commit a4a66d9628e7c75250424a8cdcadc42e34de3fa9) --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 9a599dbf042..c99314f2801 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1153,15 +1153,6 @@ and command `sh-reset-indent-vars-to-global-values'." :options '(sh-electric-here-document-mode) :group 'sh-script) -(defcustom sh-popup-occur-buffer nil - "Controls when `smie-config-guess' pops the `*indent*' buffer. -If t it is always shown. If nil, it is shown only when there -are conflicts." - :type '(choice - (const :tag "Only when there are conflicts." nil) - (const :tag "Always" t)) - :group 'sh-indentation) - (defcustom sh-basic-offset 4 "The default indentation increment. This value is used for the `+' and `-' symbols in an indentation variable."