From e2bb618ea7599548d8f6e0f9e23db5a15a90d8ac Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 12 May 2022 04:44:47 +0200 Subject: [PATCH] Fix cperl-file-style defcustom type * lisp/progmodes/cperl-mode.el (cperl-file-style): Fix the type. --- lisp/progmodes/cperl-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 5ed4832481c..4804b13ded6 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -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) -- 2.39.2