Variable: idlwave-shell-dirstack-query

idlwave-shell-dirstack-query is a variable defined in idlw-shell.el.gz.

Value

"cd,current=___cur & print,___cur"

Documentation

Command used by idlwave-shell-resync-dirs to query IDL for the directory stack.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defvar idlwave-shell-dirstack-query "cd,current=___cur & print,___cur"
  "Command used by `idlwave-shell-resync-dirs' to query IDL for
the directory stack.")