Variable: bookmark-after-load-file-hook
bookmark-after-load-file-hook is a customizable variable defined in
bookmark.el.gz.
Value
nil
Documentation
Hook run after a bookmark file is loaded by bookmark-load.
This hook can be used, for example, to reconcile bookmark-alist
against bookmark state that you, or a package that you use, maintains.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-after-load-file-hook nil
"Hook run after a bookmark file is loaded by `bookmark-load'.
This hook can be used, for example, to reconcile `bookmark-alist'
against bookmark state that you, or a package that you use, maintains."
:type 'hook
:version "31.1")