Variable: hash-merge-values-function

hash-merge-values-function is a variable defined in hasht.el.

Value

hash-merge-values

Documentation

*Hash-merge function to merge values from 2 hash tables with the same key.

It is sent the two values as arguments.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hasht.el
(require 'subr-x)   ; for `hash-table-keys/values', `hash-table-empty-p'

;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hash-merge-values-function 'hash-merge-values
  "*Hash-merge function to merge values from 2 hash tables with the same key.
It is sent the two values as arguments.")