Variable: emerge-default-last-directories
emerge-default-last-directories is a customizable variable defined in
emerge.el.gz.
Value
nil
Documentation
If nil, default dir for filenames in emerge is default-directory.
If non-nil, filenames complete in the directory of the last argument of the
same type to an emerge-files... command.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
;; Variables to control the default directories of the arguments to
;; Emerge commands.
(defcustom emerge-default-last-directories nil
"If nil, default dir for filenames in emerge is `default-directory'.
If non-nil, filenames complete in the directory of the last argument of the
same type to an `emerge-files...' command."
:type 'boolean)