Changeset 16534 for util

Show
Ignore:
Timestamp:
05/26/07 23:40:25 (18 months ago)
Author:
renormalist
Message:

- cperl-mode: some more sub traits

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/cperl-mode.el

    r16531 r16534  
    69776977                   (save-excursion ; perl6: return Type {} / is rw {} / is cached {} / ... 
    69786978                     (forward-sexp -2) 
    6979                      (looking-at "\\(returns\\|of\\|is\\|does[ \t]\\(rw\\|cached\\|signature\\|parsed\\|inline\\|tighter\\|looser\\|equiv\\|export\\)\\|will[ \t]do\\)\\>"))) 
     6979                     (looking-at "\\(returns\\|of\\|is\\|does[ \t]\\(rw\\|readonly\\|ref\\|copy\\|context\\|cached\\|signature\\|parsed\\|inline\\|tighter\\|looser\\|equiv\\|export\\|assoc\\)\\|will[ \t]do\\)\\>"))) 
    69806980                ;; What preceeds is not word...  XXXX Last statement in sub??? 
    69816981                (cperl-after-expr-p lim))