1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

newsticker: declare-function compatibility

This commit is contained in:
Ulf Jasper 2008-10-13 18:44:14 +00:00
parent 9644a7dac3
commit 17abdd4783
3 changed files with 12 additions and 2 deletions

View 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

View 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 ()

View 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)