diff options
author | Glenn Morris <rgm@gnu.org> | 2014-07-25 05:37:07 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-07-25 05:37:07 -0400 |
commit | b61f5e45ec143ca7fb7003c55adae779c7db7965 (patch) | |
tree | abcaf4345adc16cf62dc83ac81dfb2fb55b34e38 /lisp/vc/ediff-init.el | |
parent | c3dfb46e1c4ee289c0c2b8f6454aba3480e8f1de (diff) | |
download | emacs-b61f5e45ec143ca7fb7003c55adae779c7db7965.tar.gz |
ediff: Replace obsolete toggle-read-only with read-only-mode
* lisp/vc/ediff-init.el (ediff-toggle-read-only-function):
* lisp/vc/ediff-util.el (ediff-toggle-read-only):
Replace obsolete toggle-read-only with read-only-mode.
Diffstat (limited to 'lisp/vc/ediff-init.el')
-rw-r--r-- | lisp/vc/ediff-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index af45acd3c37..589ea454965 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el @@ -1346,7 +1346,7 @@ this variable represents.") (ediff-defvar-local ediff-current-diff-overlay-Ancestor nil "Overlay for the current difference region in the ancestor buffer.") -(defvar ediff-toggle-read-only-function 'toggle-read-only +(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.") |