emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e2bb618ea7: Fix cperl-file-style defcustom type


From: Lars Ingebrigtsen
Subject: master e2bb618ea7: Fix cperl-file-style defcustom type
Date: Wed, 11 May 2022 22:45:02 -0400 (EDT)

branch: master
commit e2bb618ea7599548d8f6e0f9e23db5a15a90d8ac
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 5ed4832481..4804b13ded 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]