From a9b2f593205b7c12bf3cebef3e1768356380b0e2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 3 Jun 2025 17:13:51 -0400 Subject: [PATCH] lisp/progmodes/sh-script.el (sh-popup-occur-buffer): Remove unused var (cherry picked from commit a4a66d9628e7c75250424a8cdcadc42e34de3fa9) --- lisp/progmodes/sh-script.el | 9 --------- 1 file changed, 9 deletions(-) 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." -- 2.39.5