Variable: opascal-search-path
opascal-search-path is a customizable variable defined in
opascal.el.gz.
Value
"."
Documentation
Directories to search when finding external units.
It is a list of directory strings. If only a single directory, it can be a single string instead of a list. If a directory ends in "..." then that directory is recursively searched.
Aliases
delphi-search-path (obsolete since 24.4)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defcustom opascal-search-path "."
"Directories to search when finding external units.
It is a list of directory strings. If only a single directory,
it can be a single string instead of a list. If a directory
ends in \"...\" then that directory is recursively searched."
:type 'string)