aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-05 00:14:46 +0000
committerRichard M. Stallman2001-11-05 00:14:46 +0000
commit830047fdb65770704faf43fec7ecac3f3d916cf0 (patch)
tree60d318b0bf841bd5c6d7323e94be6ae6cfd80675 /etc
parent34368a22c54c089f5ebabb7f0625862d6b8008f8 (diff)
downloademacs-830047fdb65770704faf43fec7ecac3f3d916cf0.tar.gz
emacs-830047fdb65770704faf43fec7ecac3f3d916cf0.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d06d47e85aa..78b342897f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -6,7 +6,11 @@ Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
6For older news, see the file ONEWS 6For older news, see the file ONEWS
7 7
8 8
9* Changes in Emacs 21.2 9* Changes in Emacs 21.3
10
11** Display of hollow cursors now obeys the buffer-local value (if any)
12of `cursor-in-non-selected-windows' in the buffer that the cursor
13appears in.
10 14
11** The default values of `tooltip-delay' and `tooltip-hide-delay' 15** The default values of `tooltip-delay' and `tooltip-hide-delay'
12were changed. 16were changed.
@@ -106,7 +110,15 @@ SQL buffer.
106 (master-set-slave sql-buffer)))) 110 (master-set-slave sql-buffer))))
107 111
108 112
109* Lisp Changes in Emacs 21.2 113* Lisp Changes in Emacs 21.3
114
115** New function `buffer-local-value'.
116
117- Function: buffer-local-value variable buffer
118
119This function returns the buffer-local binding of VARIABLE (a symbol)
120in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
121buffer BUFFER, it returns the default value of VARIABLE instead.
110 122
111** The default value of paragraph-start and indent-line-function has 123** The default value of paragraph-start and indent-line-function has
112been changed to reflect the one used in text-mode rather than the one 124been changed to reflect the one used in text-mode rather than the one