Variable: scheme-prev-l/c-dir/file

scheme-prev-l/c-dir/file is a variable defined in cmuscheme.el.gz.

Value

nil

Documentation

Caches the last (directory . file) pair.

Caches the last pair used in the last scheme-load-file or scheme-compile-file command. Used for determining the default in the next one.

Source Code

;; Defined in /usr/src/emacs/lisp/cmuscheme.el.gz
(defvar scheme-prev-l/c-dir/file nil
  "Caches the last (directory . file) pair.
Caches the last pair used in the last `scheme-load-file' or
`scheme-compile-file' command.  Used for determining the default
in the next one.")