Variable: tcl-previous-dir/file

tcl-previous-dir/file is a variable defined in tcl.el.gz.

Value

nil

Documentation

Record last directory and file used in loading.

This holds a cons cell of the form (DIRECTORY . FILE) describing the last tcl-load-file command.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
;;
;; Other interactive stuff.
;;

(defvar tcl-previous-dir/file nil
  "Record last directory and file used in loading.
This holds a cons cell of the form `(DIRECTORY . FILE)'
describing the last `tcl-load-file' command.")