Variable: var::append-list
var::append-list is a variable defined in hvar.el.
Value
nil
Documentation
List of (VAR-SYMBOL . APPENDED-LIST) elements saved from this Emacs session.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hvar.el
(defvar inhibit-hyperbole-messaging) ; ; Defined in `hsettings' required below
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defvar var::append-list nil
"List of (VAR-SYMBOL . APPENDED-LIST) elements saved from this Emacs session.")