emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/newsticker.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/newsticker.el,v
Date: Thu, 29 Nov 2007 04:29:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/29 04:29:41

Index: newsticker.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/newsticker.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- newsticker.el       30 Oct 2007 03:17:35 -0000      1.17
+++ newsticker.el       29 Nov 2007 04:29:41 -0000      1.18
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]