comparison etc/NEWS @ 40973:5959d9cfe456

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Nov 2001 03:14:36 +0000
parents ff6a29bbaf7e
children ff0394a304bd
comparison
equal deleted inserted replaced
40972:cb428483fb22 40973:5959d9cfe456
138 (master-set-slave sql-buffer)))) 138 (master-set-slave sql-buffer))))
139 139
140 140
141 * Lisp Changes in Emacs 21.3 141 * Lisp Changes in Emacs 21.3
142 142
143 ** If a major mode function has a non-nil `no-clone-indirect'
144 property, `clone-indirect-buffer' signals an error if you use
145 it in that buffer.
146
147 ** If you set `query-replace-skip-read-only' non-nil,
148 `query-replace' and related functions simply ignore
149 a match if part of it has a read-only property.
150
151 ** In `replace-match', the replacement replacement text no longer
152 inherits properties from surrounding text.
153
143 ** New function `buffer-local-value'. 154 ** New function `buffer-local-value'.
144 155
145 - Function: buffer-local-value variable buffer 156 - Function: buffer-local-value variable buffer
146 157
147 This function returns the buffer-local binding of VARIABLE (a symbol) 158 This function returns the buffer-local binding of VARIABLE (a symbol)
148 in buffer BUFFER. If VARIABLE does not have a buffer-local binding in 159 in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
149 buffer BUFFER, it returns the default value of VARIABLE instead. 160 buffer BUFFER, it returns the default value of VARIABLE instead.
150 161
151 ** The default value of paragraph-start and indent-line-function has 162 ** The default value of `paragraph-start' and `indent-line-function' has
152 been changed to reflect the one used in text-mode rather than the one 163 been changed to reflect the one used in Text mode rather than the one
153 used in indented-text-mode. 164 used in Indented Text mode.
154 165
155 ** New function `text-clone-create'. Text clones are chunks of text 166 ** New function `text-clone-create'. Text clones are chunks of text
156 that are kept identical by transparently propagating changes from one 167 that are kept identical by transparently propagating changes from one
157 clone to the other. 168 clone to the other.
158 169