Hi Mei,

Mei Wu <[EMAIL PROTECTED]> writes:

> (setq  jde-mode-hook (lambda() (auto-fill-mode 1)))

I don't know much about jde-mode, but this should be:

 (add-hook 'jde-mode-hook (lambda() (auto-fill-mode 1)))


Hope this helps, benny


PS: Please don't change the subject line for every mail.  It prevents
your mails from grouping according to subject when we read it.

Reply via email to