Mercurial > emacs
changeset 47466:4e6b6d281dd1
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 13 Sep 2002 16:22:04 +0000 |
parents | 8ba8d2d4ead4 |
children | c5035e184eba |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 13 16:20:01 2002 +0000 +++ b/lisp/ChangeLog Fri Sep 13 16:22:04 2002 +0000 @@ -1,10 +1,20 @@ +2002-09-13 Stefan Monnier <monnier@cs.yale.edu> + + * derived.el (define-derived-mode): Properly ignore unknown args. + + * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg. + Don't call the function during init if mode is on by default. + + * simple.el: Provide `simple'. + (transient-mark-mode, line-number-mode, column-number-mode): + Pass an explicit `:require nil' argument. + 2002-09-13 Francesco Potorti` <pot@gnu.org> * play/tetris.el (tetris-blank-options, tetris-cell-options): Remove various redundant `(t nil)'. - * play/snake.el (snake-border-options): Use color on tty if - available. + * play/snake.el (snake-border-options): Use color on tty if available. * play/tetris.el (tetris-border-options): Likewise.