Variable: context-menu-filter-function

context-menu-filter-function is a customizable variable defined in mouse.el.gz.

Value

nil

Documentation

Function that can filter the list produced by context-menu-functions.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mouse.el.gz
(defcustom context-menu-filter-function nil
  "Function that can filter the list produced by `context-menu-functions'."
  :type '(choice (const nil) function)
  :version "28.1")