Function: idlwave-shell-edit-default-command-line

idlwave-shell-edit-default-command-line is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-edit-default-command-line)

Documentation

Edit the current execute command.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-edit-default-command-line ()
  "Edit the current execute command."
  (interactive)
  (setq idlwave-shell-command-line-to-execute
	(read-string "IDL> " idlwave-shell-command-line-to-execute)))