Function: custom-dirlocals-change-file

custom-dirlocals-change-file is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-dirlocals-change-file WIDGET &optional EVENT)

Documentation

Switch to a buffer to customize the dir-locals file in WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-dirlocals-change-file (widget &optional _event)
  "Switch to a buffer to customize the dir-locals file in WIDGET."
  (customize-dirlocals (expand-file-name (widget-value widget))))