From: Dave Love Date: Mon, 29 May 2000 12:07:29 +0000 (+0000) Subject: keymap property. X-Git-Tag: emacs-pretest-21.0.90~3639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80c05bd333ae5fefe928261897bbe3b866026f09;p=emacs.git keymap property. --- diff --git a/etc/NEWS b/etc/NEWS index 2d78e34f71e..583d756f265 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1199,9 +1199,14 @@ functionality with aliases for the mldrag functions. * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) -** The function `sub-arity' provides information on the argument list +** The function `subr-arity' provides information on the argument list of a primitive. +** The text property `keymap' specifies a key map which overrides the +buffer's local map and the map specified by the `local-map' property. +This is probably what most current uses of `local-map' want, rather +than replacing the local map. + * Lisp changes in Emacs 21.1 (see following page for display-related features)