From: Glenn Morris Date: Thu, 29 Nov 2007 04:29:41 +0000 (+0000) Subject: (w3m-toggle-inline-image, htmlr-reset) X-Git-Tag: emacs-pretest-23.0.90~9259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=715dd5163ddf9b6c286f4891c376dc7fe14d059b;p=emacs.git (w3m-toggle-inline-image, htmlr-reset) (htmlr-step): Declare as functions. --- 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."