Fix: my-w3m-view-url: Invalid function: w3m-anchor
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 07 Oct 2015 13:34:30 +0300
changeset 1294 03ff957a2614
parent 1292 b515e071a52c
child 1300 361aa3be7455
Fix: my-w3m-view-url: Invalid function: w3m-anchor
.emacs-my
--- a/.emacs-my	Sat Sep 19 19:08:31 2015 +0300
+++ b/.emacs-my	Wed Oct 07 13:34:30 2015 +0300
@@ -1824,6 +1824,9 @@
 (setq mm-discouraged-alternatives '("text/html" "text/richtext"))
 (setq mm-text-html-renderer 'w3m)
 
+(eval-when-compile
+  (require 'w3m-util nil :no-error))
+
 (defun my-w3m-view-url ()
   (interactive)
   (browse-url (w3m-anchor)))