Variable: diary-file-name-prefix
diary-file-name-prefix is a customizable variable defined in
diary-lib.el.gz.
Value
nil
Documentation
Non-nil means prefix each diary entry with the name of the file defining it.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-lib.el.gz
(defcustom diary-file-name-prefix nil
"Non-nil means prefix each diary entry with the name of the file defining it."
:type 'boolean
:group 'diary)