X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnweb.el;h=e909372e8a742c109ddcf3108d94961d8b5d0e89;hb=1c2ed0ce5abe2181e51f777171f8cd40a547e5a9;hp=8c9c984ba2eef110d19eac654e2741b78b2532ed;hpb=b0c2b6c2289b6a63bd9b00813ea32617e9103101;p=gnus diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 8c9c984ba..e909372e8 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -1,6 +1,6 @@ ;;; nnweb.el --- retrieving articles via web search engines -;; Copyright (C) 1996-2012 Free Software Foundation, Inc. +;; Copyright (C) 1996-2014 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news @@ -22,8 +22,6 @@ ;;; Commentary: -;; Note: You need to have `w3' installed for some functions to work. - ;;; Code: (eval-when-compile (require 'cl)) @@ -38,7 +36,6 @@ (eval-and-compile (ignore-errors (require 'url))) -(autoload 'w3-parse-buffer "w3-parse") (nnoo-declare nnweb) @@ -527,7 +524,7 @@ Valid types include `google', `dejanews', and `gmane'.") url)) ;;; -;;; General web/w3 interface utility functions +;;; General web interface utility functions ;;; (defun nnweb-insert-html (parse)