+2008-10-13 Ulf Jasper <ulf.jasper@web.de>
+
+ * net/newst-plainview.el (w3m-toggle-inline-image): Define
+ 'declare-function if necessary, for compatibility.
+
+ * net/newst-treeview.el (w3m-toggle-inline-images): Define
+ 'declare-function if necessary, for compatibility.
+
2008-10-13 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-indent-region): (c-indent-region): Fix
;; Author: Ulf Jasper <ulf.jasper@web.de>
;; Filename: newst-plainview.el
;; URL: http://www.nongnu.org/newsticker
-;; Time-stamp: "15. Juni 2008, 09:41:55 (ulf)"
+;; Time-stamp: "13. Oktober 2008, 20:34:21 (ulf)"
;; ======================================================================
(newsticker--debug-msg "Getting news for %s" (symbol-name feed))
(newsticker-get-news (symbol-name feed)))))
+(unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))
(declare-function w3m-toggle-inline-image "ext:w3m" (&optional force no-cache))
(defun newsticker-w3m-show-inline-images ()
;; URL: http://www.nongnu.org/newsticker
;; Created: 2007
;; Keywords: News, RSS, Atom
-;; Time-stamp: "11. Oktober 2008, 16:29:36 (ulf)"
+;; Time-stamp: "13. Oktober 2008, 20:34:41 (ulf)"
;; ======================================================================
;; ======================================================================
+(unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))
(declare-function w3m-toggle-inline-images "ext:w3m" (&optional force no-cache))
(defun newsticker--treeview-render-text (start end)