Variable: remember-annotation-functions
remember-annotation-functions is a customizable variable defined in
remember.el.gz.
Value
(buffer-file-name(var)/buffer-file-name(fun))
Documentation
Hook that returns an annotation to be inserted into the remember buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/remember.el.gz
;;; User Functions:
(defcustom remember-annotation-functions '(buffer-file-name)
"Hook that returns an annotation to be inserted into the remember buffer."
:type 'hook
:options '(buffer-file-name))