Mercurial > emacs
changeset 102765:7d96b18494ca
* modes.texi (Derived Modes): Note that define-derive-mode sets the
mode-class property.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 28 Mar 2009 13:49:50 +0000 |
parents | 17ee4b5315c3 |
children | 0862f6b10c6b |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sat Mar 28 13:39:10 2009 +0000 +++ b/doc/lispref/ChangeLog Sat Mar 28 13:49:50 2009 +0000 @@ -2,6 +2,8 @@ * modes.texi (Major Mode Conventions): Note that specialness is inherited. + (Derived Modes): Note that define-derive-mode sets the mode-class + property. * keymaps.texi (Prefix Keys): The M-g prefix key is now named goto-map. Add search-map to the list.