]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/progmodes/sh-script.el (sh-popup-occur-buffer): Remove unused var
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Jun 2025 21:13:51 +0000 (17:13 -0400)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:00:28 +0000 (22:00 +0200)
(cherry picked from commit a4a66d9628e7c75250424a8cdcadc42e34de3fa9)

lisp/progmodes/sh-script.el

index 9a599dbf04240a29a75ceb97d0d3ccb7d522177a..c99314f2801aecb17f12274c27bdc60c9276fdcb 100644 (file)
@@ -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."