aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-05-07 14:06:13 -0400
committerGlenn Morris2013-05-07 14:06:13 -0400
commit54c57cc6c7d1f77933ccaed32284aabecfa4a7c8 (patch)
tree13679fa97b5489e37b6d3bd55534729ffd877b8c
parent5ea03bf5a122a6531f51e40fe654732705c6e5a1 (diff)
downloademacs-54c57cc6c7d1f77933ccaed32284aabecfa4a7c8.tar.gz
emacs-54c57cc6c7d1f77933ccaed32284aabecfa4a7c8.zip
* lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version.
-rw-r--r--lisp/progmodes/perl-mode.el1
1 files changed, 1 insertions, 0 deletions
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 @@
160 160
161(defcustom perl-prettify-symbols t 161(defcustom perl-prettify-symbols t
162 "If non-nil, some symbols will be displayed using Unicode chars." 162 "If non-nil, some symbols will be displayed using Unicode chars."
163 :version "24.4"
163 :type 'boolean) 164 :type 'boolean)
164 165
165(defconst perl--prettify-symbols-alist 166(defconst perl--prettify-symbols-alist