Mercurial > emacs
changeset 38015:6405e2d84266
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Jun 2001 18:02:43 +0000 |
parents | 8c5d188dc01b |
children | 51351cf9de04 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 10 18:02:01 2001 +0000 +++ b/lisp/ChangeLog Sun Jun 10 18:02:43 2001 +0000 @@ -1,3 +1,13 @@ +2001-06-10 Stefan Monnier <monnier@cs.yale.edu> + + * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): + New var, to recognize ${ $' and PODs. + (perl-font-lock-syntactic-face-function): New function. + (perl-mode): Use them. + (perl-continuation-line-p): New function, from perl-calculate-indent. + (perl-calculate-indent): Use it, to properly handle continuation + lines of continuation lines. + 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> * server.el (server-process, server-buffer-clients): Doc fix.