Function: idlwave-beginning-of-subprogram

idlwave-beginning-of-subprogram is an interactive and byte-compiled function defined in idlwave.el.gz.

Signature

(idlwave-beginning-of-subprogram &optional NOMARK)

Documentation

Move point to the beginning of the current program unit.

If NOMARK is non-nil, do not push mark.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defun idlwave-beginning-of-subprogram (&optional nomark)
  "Move point to the beginning of the current program unit.
If NOMARK is non-nil, do not push mark."
  (interactive)
  (idlwave-find-key idlwave-begin-unit-reg -1 nomark))