aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-05-30 02:37:40 +0000
committerStefan Monnier <[email protected]>2008-05-30 02:37:40 +0000
commitfd9440c58241b6a9f6da824522d2f666d54412aa (patch)
treedd871520a01a2503d8e9261a34fdb02687f5a8db /etc
parent7736dabea784c9fb44b3d1a9a1882a5ff3e16271 (diff)
(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 3d590ad94b..a2bcb9718d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -732,6 +732,7 @@ for the list of extra keys that are available.
* Incompatible Lisp Changes in Emacs 23.1
+** Variables cannot be both buffer-local and frame-local any more.
** The argument DEFAULT of minibuffer input functions `read-from-minibuffer',
`read-string', `completing-read', `read-buffer', `read-command',
`read-variable' now can be a list of default values. The elements of