From a5789198b34d83413674e596887c089a651f7cf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Harald=20J=C3=B6rg?= Date: Sat, 14 Oct 2023 00:48:23 +0200 Subject: [PATCH] cperl-mode.el: Add new user option to etc/NEWS * etc/NEWS: Announce new user option `cperl-fontify-trailer'. --- etc/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 0f9b5f98ebf..a8d028afc9d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -796,6 +796,13 @@ which makes them visually distinct from subroutine prototypes. CPerl mode supports the new keywords for exception handling and the object oriented syntax which were added in Perl 5.36 and 5.38. +*** New user option 'cperl-fontify-trailer'. +This user option takes the values "perl-code" or "comment" and treats +text after an "__END__" or "__DATA__" token accordingly. The default +value of "perl-code" is useful for trailing POD and for AutoSplit +modules, the value "comment" makes cperl-mode treat trailers as +comment, like perl-mode does. + ** Emacs Sessions (Desktop) +++ -- 2.39.2