comparison lisp/net/newsticker-plainview.el @ 95684:4ab45b5c92cd

Add arch tagline
author Miles Bader <miles@gnu.org>
date Sun, 08 Jun 2008 18:09:06 +0000
parents 57b32cda96c9
children ed883167b994
comparison
equal deleted inserted replaced
95683:95f214d05929 95684:4ab45b5c92cd
6 6
7 ;; Author: Ulf Jasper <ulf.jasper@web.de> 7 ;; Author: Ulf Jasper <ulf.jasper@web.de>
8 ;; Filename: newsticker-plainview.el 8 ;; Filename: newsticker-plainview.el
9 ;; URL: http://www.nongnu.org/newsticker 9 ;; URL: http://www.nongnu.org/newsticker
10 ;; Time-stamp: "7. Juni 2008, 23:37:09 (ulf)" 10 ;; Time-stamp: "7. Juni 2008, 23:37:09 (ulf)"
11 ;; CVS-Version: $Id: newsticker-plainview.el,v 1.10 2008/05/04 15:04:34 u11 Exp $ 11 ;; CVS-Version: $Id: newsticker-plainview.el,v 1.1 2008/06/08 15:35:39 u11 Exp $
12 12
13 ;; ====================================================================== 13 ;; ======================================================================
14 14
15 ;; GNU Emacs is free software: you can redistribute it and/or modify 15 ;; GNU Emacs is free software: you can redistribute it and/or modify
16 ;; it under the terms of the GNU General Public License as published by 16 ;; it under the terms of the GNU General Public License as published by
1818 (setcdr feed-list (sort (cdr feed-list) 1818 (setcdr feed-list (sort (cdr feed-list)
1819 sort-fun))) 1819 sort-fun)))
1820 newsticker--cache))) 1820 newsticker--cache)))
1821 1821
1822 (provide 'newsticker-plainview) 1822 (provide 'newsticker-plainview)
1823
1824 ;; arch-tag: 4e48b683-d48b-48dd-a13e-fe45baf41184
1823 ;;; newsticker-plainview.el ends here 1825 ;;; newsticker-plainview.el ends here