+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.
(case (pop body)
(:group (setq group (pop body)))
(:abbrev-table (setq abbrev (pop body)) (setq declare-abbrev nil))
- (:syntax-table (setq syntax (pop body)) (setq declare-syntax nil))))
-
+ (:syntax-table (setq syntax (pop body)) (setq declare-syntax nil))
+ (t (pop body))))
(setq docstring (derived-mode-make-docstring
parent child docstring syntax abbrev))