Function: widget-file-link-action

widget-file-link-action is a byte-compiled function defined in wid-edit.el.gz.

Signature

(widget-file-link-action WIDGET &optional EVENT)

Documentation

Find the file specified by WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-file-link-action (widget &optional _event)
  "Find the file specified by WIDGET."
  (find-file (widget-value widget)))