Function: idlwave-shell-up-or-history
idlwave-shell-up-or-history is an interactive and byte-compiled
function defined in idlw-shell.el.gz.
Signature
(idlwave-shell-up-or-history &optional ARG)
Documentation
When in last line of process buffer, move to previous input.
Otherwise just go up one line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-up-or-history (&optional arg)
"When in last line of process buffer, move to previous input.
Otherwise just go up one line."
(interactive "p")
(idlwave-shell-move-or-history t arg))