[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Saving Cookies when killing emacs




Hello,

i have

(add-hook 'kill-emacs-hook (lambda () (w3m-quit t)))

in my ~/.emacs.  I think it would be a nice feature if something
like this will be installed per default.  Probably 

(lambda () (when w3m-use-cookies (w3m-cookie-shutdown)))

is enough.

Regards,

David