diff options
| author | Stefan Monnier | 2008-05-30 02:37:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-30 02:37:40 +0000 |
| commit | fd9440c58241b6a9f6da824522d2f666d54412aa (patch) | |
| tree | dd871520a01a2503d8e9261a34fdb02687f5a8db /etc | |
| parent | 7736dabea784c9fb44b3d1a9a1882a5ff3e16271 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |