From 54c57cc6c7d1f77933ccaed32284aabecfa4a7c8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 7 May 2013 14:06:13 -0400 Subject: [PATCH] * lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version. --- lisp/progmodes/perl-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index e5c8215faf3..01ac8584e19 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -160,6 +160,7 @@ (defcustom perl-prettify-symbols t "If non-nil, some symbols will be displayed using Unicode chars." + :version "24.4" :type 'boolean) (defconst perl--prettify-symbols-alist -- 2.39.2