From 715dd5163ddf9b6c286f4891c376dc7fe14d059b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Nov 2007 04:29:41 +0000 Subject: [PATCH] (w3m-toggle-inline-image, htmlr-reset) (htmlr-step): Declare as functions. --- lisp/net/newsticker.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 735d946346d..32d2c43f211 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -2600,6 +2600,9 @@ If URL is nil it is searched at point." (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 @@ The face is chosen according the values of NT-FACE and AGE." ;; ====================================================================== ;;; 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." -- 2.39.2