diff options
| -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 |