]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump sh-imenu-generic-expression defcustom version
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 16:13:06 +0000 (18:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Jun 2022 16:13:27 +0000 (18:13 +0200)
* lisp/progmodes/sh-script.el (sh-imenu-generic-expression): Bump
the :version since we changed the value.

lisp/progmodes/sh-script.el

index 04f65b8dcad846c28e6ac0fec3f17ce548f7b023..75758fd39a2c89533e52e2cb5e08a7719ea17721 100644 (file)
@@ -319,7 +319,7 @@ See `sh-feature' and `imenu-generic-expression'."
                                   :value-type
                                   (repeat :tag "Regexp, index..." sexp)))
   :group 'sh-script
-  :version "20.4")
+  :version "29.1")
 
 (defun sh-current-defun-name ()
   "Find the name of function or variable at point.