|
| From: | Stefan Monnier |
| Subject: | Re: utf-translate-cjk only settable via Customize |
| Date: | Mon, 24 Mar 2003 10:30:37 -0500 |
> I was confused by the following bit of code in define-minor-mode:
>
> ;; Check keys.
> (while (keywordp (car body))
> (case (pop body)
> (:init-value (setq init-value (pop body)))
> (:lighter (setq lighter (pop body)))
> (:global (setq globalp (pop body)))
> (:extra-args (setq extra-args (pop body)))
> (:group (setq group (nconc group (list :group (pop body)))))
> (:require (setq require (pop body)))
> (t (pop body))))
>
> It seemed to me that the `t' case just throws away the keyword and its arg.
That's the RC code. The trunk code is different.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |