# HG changeset patch # User Oleksandr Gavenko # Date 1444214070 -10800 # Node ID 03ff957a26141a6d80c0784bca3fdf63c0e8a6bf # Parent b515e071a52c6912d19e2c47193942749f6d838e Fix: my-w3m-view-url: Invalid function: w3m-anchor diff -r b515e071a52c -r 03ff957a2614 .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)))