Variable: locate-post-command-hook

locate-post-command-hook is a customizable variable defined in locate.el.gz.

Value

nil

Documentation

List of hook functions run after locate (see run-hooks).

Source Code

;; Defined in /usr/src/emacs/lisp/locate.el.gz
(defcustom locate-post-command-hook nil
  "List of hook functions run after `locate' (see `run-hooks')."
  :type  'hook)