Function: bookmark-get-handler

bookmark-get-handler is a byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-get-handler BOOKMARK-NAME-OR-RECORD)

Documentation

Return the handler function for BOOKMARK-NAME-OR-RECORD, or nil if none.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-get-handler (bookmark-name-or-record)
  "Return the handler function for BOOKMARK-NAME-OR-RECORD, or nil if none."
  (bookmark-prop-get bookmark-name-or-record 'handler))