Function: idlwave-shell-buffer

idlwave-shell-buffer is a byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-buffer)

Documentation

Name of buffer associated with IDL process.

The name of the buffer is made by surrounding idlwave-shell-process-name with *s.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-buffer ()
  "Name of buffer associated with IDL process.
The name of the buffer is made by surrounding `idlwave-shell-process-name'
with `*'s."
  (concat "*" idlwave-shell-process-name "*"))