diff options
author | Glenn Morris <rgm@gnu.org> | 2011-11-09 21:17:45 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-11-09 21:17:45 -0500 |
commit | b2621720c318257be0d4100d695b62986db88b4f (patch) | |
tree | ea4147a75f38b69ff7abb4ee550433e562ecaac3 /lisp/ChangeLog | |
parent | c4e7c63af11781a1c79c119ef4a2b8c2b74637d6 (diff) | |
download | emacs-b2621720c318257be0d4100d695b62986db88b4f.tar.gz |
toggle-read-only fixes for bugs#7292, 10006.
* doc/lispref/buffers.texi (Read Only Buffers): Expand a bit on why
toggle-read-only should only be used interactively.
* lisp/files.el (toggle-read-only): Mention that it should only
be used interactively.
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add toggle-read-only.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 795d0e8702a..1617736593b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2011-11-10 Glenn Morris <rgm@gnu.org> + + * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): + Add toggle-read-only. (Bug#7292) + * files.el (toggle-read-only): Mention that it should only + be used interactively. (Bug#10006) + 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/compile.el (compilation-error-regexp-alist-alist): |