Variable: ediff-toggle-read-only-function

ediff-toggle-read-only-function is a variable defined in ediff-init.el.gz.

Value

read-only-mode

Documentation

Function to be used to toggle read-only status of the buffer.

If nil, Ediff tries using the command bound to C-x C-q.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defvar ediff-toggle-read-only-function 'read-only-mode
  "Function to be used to toggle read-only status of the buffer.
If nil, Ediff tries using the command bound to C-x C-q.")