]> git.eshelyaron.com Git - emacs.git/commitdiff
newsticker: declare-function compatibility
authorUlf Jasper <ulf.jasper@web.de>
Mon, 13 Oct 2008 18:44:14 +0000 (18:44 +0000)
committerUlf Jasper <ulf.jasper@web.de>
Mon, 13 Oct 2008 18:44:14 +0000 (18:44 +0000)
lisp/ChangeLog
lisp/net/newst-plainview.el
lisp/net/newst-treeview.el

index ac1f8bd14dd69b6963f8bbc2c20847369061da42..0e32539c85ad7fccdeb763ce09b9aa1667ec76d1 100644 (file)
@@ -1,3 +1,11 @@
+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
index 49bae4fae652a05c641f0dca821f7d2c101bda5d..b85de50edd8faa648096fccdf9f0284efa840813 100644 (file)
@@ -6,7 +6,7 @@
 ;; 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)"
 
 ;; ======================================================================
 
@@ -595,6 +595,7 @@ This does NOT start the retrieval timers."
         (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 ()
index 3edcf0693ee15bf14a8b64275fb576fc22afa031..4fd886e1d4448c0a22470414d38ebd61da4052c0 100644 (file)
@@ -7,7 +7,7 @@
 ;; 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)"
 
 ;; ======================================================================
 
@@ -263,6 +263,7 @@ their id stays constant."
 
 ;; ======================================================================
 
+(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)