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/newst-plainview.el,v


From: Ulf Jasper
Subject: [Emacs-diffs] Changes to emacs/lisp/net/newst-plainview.el,v
Date: Mon, 13 Oct 2008 18:44:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Ulf Jasper <u11>        08/10/13 18:44:14

Index: newst-plainview.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/newst-plainview.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- newst-plainview.el  15 Jun 2008 08:04:13 -0000      1.3
+++ newst-plainview.el  13 Oct 2008 18:44:14 -0000      1.4
@@ -6,7 +6,7 @@
 ;; Author:      Ulf Jasper <address@hidden>
 ;; 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 ()




reply via email to

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