From: Harald Jörg Date: Fri, 13 Oct 2023 22:48:23 +0000 (+0200) Subject: cperl-mode.el: Add new user option to etc/NEWS X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5789198b34d83413674e596887c089a651f7cf4;p=emacs.git cperl-mode.el: Add new user option to etc/NEWS * etc/NEWS: Announce new user option `cperl-fontify-trailer'. --- 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) +++