diff -r 54572ca2b27d -r c2278c83f00a .emacs-my --- a/.emacs-my Thu Dec 10 16:17:55 2015 +0200 +++ b/.emacs-my Thu Dec 10 21:39:41 2015 +0200 @@ -1839,7 +1839,7 @@ (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq mm-text-html-renderer 'w3m) -(cl-eval-when 'compile +(eval-when-compile (condition-case err (require 'w3m-util) (error (byte-compile-warn "FAIL: %S" err))))