Variable: bibtex-mode-hook

bibtex-mode-hook is a customizable variable defined in bibtex.el.gz.

Value

(BibTeX-auto-store)

Documentation

List of functions to call on entry to BibTeX mode.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-mode-hook nil
  "List of functions to call on entry to BibTeX mode."
  :group 'bibtex
  :type 'hook)