diff lisp/net/newst-plainview.el @ 98692:51d93fabb7cf

newsticker: declare-function compatibility
author Ulf Jasper <ulf.jasper@web.de>
date Mon, 13 Oct 2008 18:44:14 +0000
parents d2bcf235d764
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/net/newst-plainview.el	Mon Oct 13 18:43:35 2008 +0000
+++ b/lisp/net/newst-plainview.el	Mon Oct 13 18:44:14 2008 +0000
@@ -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 @@
         (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 ()