]> git.eshelyaron.com Git - emacs.git/commitdiff
(w3m-toggle-inline-image, htmlr-reset)
authorGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:29:41 +0000 (04:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:29:41 +0000 (04:29 +0000)
(htmlr-step): Declare as functions.

lisp/net/newsticker.el

index 735d946346dd9615ee29460e957730d4493eca1e..32d2c43f2118db33a5ec5bb5dd75dd042b0e9197 100644 (file)
@@ -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."