Hello! "Basil L. Contovounesios" writes: > ;;;###autoload (define-key ...) > > is preferable to > > ;;;###autoload > (define-key ...) > Nice idea! Did not know about this :) Since Eli also mentioned this, I've attached such a patch. Theo