comparison etc/NEWS @ 41594:452efff38a6e

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 26 Nov 2001 22:32:52 +0000
parents 994a9d1eee71
children 3c035e37d086
comparison
equal deleted inserted replaced
41593:bc65be224d92 41594:452efff38a6e
179 (function (lambda () 179 (function (lambda ()
180 (master-set-slave sql-buffer)))) 180 (master-set-slave sql-buffer))))
181 181
182 182
183 * Lisp Changes in Emacs 21.3 183 * Lisp Changes in Emacs 21.3
184
185 ** Dense keymaps now handle inheritance correctly.
186 To that end, binding a key to t now behaves the same as binding it to
187 nil (it shadows parent bindings but not bindings in keymaps of lower
188 precedence).
184 189
185 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'. 190 ** jit-lock obeys a new text-property `jit-lock-defer-multiline'.
186 If a piece of text with that property gets contextually refontified 191 If a piece of text with that property gets contextually refontified
187 (see jit-lock-defer-contextually), then all of that text will 192 (see jit-lock-defer-contextually), then all of that text will
188 be refontified. This is useful when the syntax of a textual element 193 be refontified. This is useful when the syntax of a textual element