Function: opascal-find-current-body

opascal-find-current-body is an interactive and byte-compiled function defined in opascal.el.gz.

Signature

(opascal-find-current-body)

Documentation

Find the body of the identifier under the current point, assuming it is a routine.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-find-current-body ()
  "Find the body of the identifier under the current point, assuming
it is a routine."
  (interactive)
  (error "opascal-find-current-body: Not implemented yet"))