Function: idlwave-end-of-subprogram
idlwave-end-of-subprogram is an interactive and byte-compiled function
defined in idlwave.el.gz.
Signature
(idlwave-end-of-subprogram &optional NOMARK)
Documentation
Move point to the start of the next program unit.
If NOMARK is non-nil, do not push mark.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defun idlwave-end-of-subprogram (&optional nomark)
"Move point to the start of the next program unit.
If NOMARK is non-nil, do not push mark."
(interactive)
(idlwave-end-of-statement)
(idlwave-find-key idlwave-end-unit-reg 1 nomark))