annotate lisp/mail/sc.el @ 38014:8c5d188dc01b

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 10 Jun 2001 18:02:01 +0000
parents 2b742626505a
children 67b464da13ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25841
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;;; sc.el --- old name for supercite
Dave Love <fx@gnu.org>
parents:
diff changeset
2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 (require 'supercite)
Dave Love <fx@gnu.org>
parents:
diff changeset
4 (provide 'sc)
Dave Love <fx@gnu.org>
parents:
diff changeset
5
Dave Love <fx@gnu.org>
parents:
diff changeset
6 ;; sc.el ends here