diff options
| author | Stefan Monnier | 2012-08-29 11:11:51 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-29 11:11:51 -0400 |
| commit | 35e62fc984b108f717c5525ffecf60586eb0737e (patch) | |
| tree | fd00c70fbf024b7e5290086bcbc8a9f226a30a03 /etc | |
| parent | c2c43c2382db292bfe3cccbccad4386f81f9c8a4 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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'. |