# HG changeset patch # User Glenn Morris # Date 1196310581 0 # Node ID 45b24827f3b350abbc74e9cb15f48f6d7ff8529b # Parent be7be23ea4b91927615e12c99b097e1b6d4a080d (w3m-toggle-inline-image, htmlr-reset) (htmlr-step): Declare as functions. diff -r be7be23ea4b9 -r 45b24827f3b3 lisp/net/newsticker.el --- a/lisp/net/newsticker.el Thu Nov 29 04:29:07 2007 +0000 +++ b/lisp/net/newsticker.el Thu Nov 29 04:29:41 2007 +0000 @@ -2600,6 +2600,9 @@ (add-to-list 'newsticker-url-list (list name url nil nil nil) t) (customize-variable 'newsticker-url-list)) +;; External. +(declare-function w3m-toggle-inline-image "ext:w3m" (&optional force no-cache)) + (defun newsticker-w3m-show-inline-images () "Show inline images in visible text ranges. In-line images in invisible text ranges are hidden. This function @@ -4843,6 +4846,11 @@ ;; ====================================================================== ;;; HTML rendering ;; ====================================================================== + +;; External. +(declare-function htmlr-reset "ext:htmlr" ()) +(declare-function htmlr-step "ext:htmlr" ()) + (defun newsticker-htmlr-render (pos1 pos2) ; "Replacement for `htmlr-render'. Renders the HTML code in the region POS1 to POS2 using htmlr."