diff options
| author | Glenn Morris | 2013-05-07 14:06:13 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-05-07 14:06:13 -0400 |
| commit | 54c57cc6c7d1f77933ccaed32284aabecfa4a7c8 (patch) | |
| tree | 13679fa97b5489e37b6d3bd55534729ffd877b8c | |
| parent | 5ea03bf5a122a6531f51e40fe654732705c6e5a1 (diff) | |
| download | emacs-54c57cc6c7d1f77933ccaed32284aabecfa4a7c8.tar.gz emacs-54c57cc6c7d1f77933ccaed32284aabecfa4a7c8.zip | |
* lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version.
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 1 |
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 |