]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix cperl-file-style defcustom type
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 May 2022 02:44:47 +0000 (04:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 May 2022 02:44:56 +0000 (04:44 +0200)
* lisp/progmodes/cperl-mode.el (cperl-file-style): Fix the type.

lisp/progmodes/cperl-mode.el

index 5ed4832481cb9d91072c6c4a42765aa578f0a146..4804b13ded646777202a36ddfd760cd37f1fae62 100644 (file)
@@ -567,7 +567,8 @@ This way enabling/disabling of menu items is more correct."
                  (const "C++")
                  (const "K&R")
                  (const "BSD")
-                 (const "Whitesmith"))
+                 (const "Whitesmith")
+                 (const :tag "Default" nil))
   :version "29.1")
 ;;;###autoload(put 'cperl-file-style 'safe-local-variable 'stringp)