Make vc-toggle-read-only an alias for toggle-read-only.
[bpt/emacs.git] / lisp / ChangeLog
index c29f9cd..09e2e7d 100644 (file)
@@ -1,3 +1,15 @@
+2011-10-23  Chong Yidong  <cyd@gnu.org>
+
+       * files.el (toggle-read-only): Remove obsolete comment about
+       version control.
+
+       * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
+       for toggle-read-only.  Note that this hasn't called vc-next-action
+       since 2008-05-02, though it wasn't documented at the time.
+
+       * vc/ediff-init.el (ediff-toggle-read-only-function): Use
+       toggle-read-only.
+
 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
        Fix bug #9560, sporadic wrong indentation; improve instrumentation