Function: kview:get-attr

kview:get-attr is a byte-compiled function defined in kview.el.

Signature

(kview:get-attr OBJ ATTRIBUTE)

Documentation

Return the value of OBJ's ATTRIBUTE.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
;;; ************************************************************************
;;; Private functions
;;; ************************************************************************

(defun kview:get-attr (obj attribute)
  "Return the value of OBJ's ATTRIBUTE."
  (cadr (memq attribute (cadr (memq 'plist obj)))))