Variable: semantic-mru-bookmark-mode-hook

semantic-mru-bookmark-mode-hook is a customizable variable defined in mru-bookmark.el.gz.

Value

nil

Documentation

Hook run at the end of function semantic-mru-bookmark-mode(var)/semantic-mru-bookmark-mode(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/mru-bookmark.el.gz
(defcustom semantic-mru-bookmark-mode-hook nil
  "Hook run at the end of function `semantic-mru-bookmark-mode'."
  :group 'semantic
  :type 'hook)