Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file: <http://angg.twu.net/elisp/w3m-e22.el>
;;            <http://angg.twu.net/elisp/w3m-e22.el.html>
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;;         http://angg.twu.net/
;; Public domain.
;;
;; Explanation: some old versions of w3m-el run a
;;   (require 'w3m-e22)
;; when 
;;   (= emacs-major-version 22)
;; is true... but then there is no w3m-e22.el[c] file, and the
;; "require" fails. This dummy-ish w3m-e22.el file makes it load
;; w3m-e21.el[c] instead.
;; Note that I have this in my .emacs:
;;   (add-to-list 'load-path "~/elisp/")
;;
;; Some hyperlinks:
;; (find-eevarticlesection "hyperlinks")
;; (find-eevarticlesection "shorter-hyperlinks")
;; (find-eev "eev.el" "find-status")
;; (find-status   "w3m-el")
;; (find-vldifile "w3m-el.list")
;; (find-udfile   "w3m-el/")
;; (find-sitelispfile "w3m/w3m-e21.el")
;; (find-sitelispfile "w3m/w3m.el")
;; (find-sitelispfile "w3m/w3m.el" "(require 'w3m-e21)")
;; (find-elnode "Named Features")

(require 'w3m-e21)
(provide 'w3m-e22)