aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-05-30 02:37:40 +0000
committerStefan Monnier2008-05-30 02:37:40 +0000
commitfd9440c58241b6a9f6da824522d2f666d54412aa (patch)
treedd871520a01a2503d8e9261a34fdb02687f5a8db /etc
parent7736dabea784c9fb44b3d1a9a1882a5ff3e16271 (diff)
downloademacs-fd9440c58241b6a9f6da824522d2f666d54412aa.tar.gz
emacs-fd9440c58241b6a9f6da824522d2f666d54412aa.zip
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Disallow mixing buffer-local and frame-local settings for the same variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d590ad94b7..a2bcb9718da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -732,6 +732,7 @@ for the list of extra keys that are available.
732 732
733* Incompatible Lisp Changes in Emacs 23.1 733* Incompatible Lisp Changes in Emacs 23.1
734 734
735** Variables cannot be both buffer-local and frame-local any more.
735** The argument DEFAULT of minibuffer input functions `read-from-minibuffer', 736** The argument DEFAULT of minibuffer input functions `read-from-minibuffer',
736`read-string', `completing-read', `read-buffer', `read-command', 737`read-string', `completing-read', `read-buffer', `read-command',
737`read-variable' now can be a list of default values. The elements of 738`read-variable' now can be a list of default values. The elements of