changeset 86818:45b24827f3b3

(w3m-toggle-inline-image, htmlr-reset) (htmlr-step): Declare as functions.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Nov 2007 04:29:41 +0000
parents be7be23ea4b9
children 6ee7c280d828
files lisp/net/newsticker.el
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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."