Function: idlwave-match-class-arrows

idlwave-match-class-arrows is a byte-compiled function defined in idlwave.el.gz.

Signature

(idlwave-match-class-arrows LIMIT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defun idlwave-match-class-arrows (limit)
  ;; Match an object arrow with class property
  (and idlwave-store-inquired-class
       (re-search-forward "->" limit 'limit)
       (get-text-property (match-beginning 0) 'idlwave-class)))