aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2012-08-29 11:11:51 -0400
committerStefan Monnier2012-08-29 11:11:51 -0400
commit35e62fc984b108f717c5525ffecf60586eb0737e (patch)
treefd00c70fbf024b7e5290086bcbc8a9f226a30a03 /etc
parentc2c43c2382db292bfe3cccbccad4386f81f9c8a4 (diff)
downloademacs-35e62fc984b108f717c5525ffecf60586eb0737e.tar.gz
emacs-35e62fc984b108f717c5525ffecf60586eb0737e.zip
* lisp/files.el (read-only-mode): New minor mode.
(toggle-read-only): Use it and mark obsolete. (find-file--read-only): * lisp/vc/vc.el (vc-next-action, vc-checkout): * lisp/vc/vc-cvs.el (vc-cvs-checkout): * lisp/obsolete/vc-mcvs.el (vc-mcvs-update): * lisp/ffap.el (ffap--toggle-read-only): Update callers.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fb8722ab8f8..1da3931813b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -588,6 +588,8 @@ are deprecated and will be removed eventually.
588 588
589* Lisp changes in Emacs 24.3 589* Lisp changes in Emacs 24.3
590 590
591** New minor mode `read-only-mode' to replace toggle-read-only (now obsolete).
592
591** New functions `autoloadp' and `autoload-do-load'. 593** New functions `autoloadp' and `autoload-do-load'.
592 594
593** New function `posnp' to test if an object is a `posn'. 595** New function `posnp' to test if an object is a `posn'.