]> git.eshelyaron.com Git - emacs.git/commitdiff
Add arch tagline
authorMiles Bader <miles@gnu.org>
Sun, 8 Jun 2008 18:09:06 +0000 (18:09 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 8 Jun 2008 18:09:06 +0000 (18:09 +0000)
lisp/net/newsticker-backend.el
lisp/net/newsticker-plainview.el
lisp/net/newsticker-reader.el
lisp/net/newsticker-ticker.el
lisp/net/newsticker-treeview.el
src/menu.c

index e2c2c4a285c5211fe8f2e6df4573d5803711416e..1494bebc51cfb8022b604f22264a8ff4d2d1503d 100644 (file)
@@ -9,7 +9,7 @@
 ;; URL:         http://www.nongnu.org/newsticker
 ;; Keywords:    News, RSS, Atom
 ;; Time-stamp:  "8. Juni 2008, 17:18:04 (ulf)"
-;; CVS-Version: $Id: newsticker-backend.el,v 1.16 2008/05/09 17:42:22 u11 Exp $
+;; CVS-Version: $Id: newsticker-backend.el,v 1.1 2008/06/08 15:35:18 u11 Exp $
 
 ;; ======================================================================
 
@@ -2310,4 +2310,5 @@ This function is suited for adding it to `newsticker-new-item-functions'."
 
 (provide 'newsticker-backend)
 
+;; arch-tag: 0e37b658-56e9-49ab-90f9-f2df57e1a659
 ;;; newsticker-backend.el ends here
index deccd4a0f5e5553f5f6eaccf74a5c188f7673da2..2bc114b92ce5218e86fc9d9cae8f87eac67e322c 100644 (file)
@@ -8,7 +8,7 @@
 ;; Filename:    newsticker-plainview.el
 ;; URL:         http://www.nongnu.org/newsticker
 ;; Time-stamp:  "7. Juni 2008, 23:37:09 (ulf)"
-;; CVS-Version: $Id: newsticker-plainview.el,v 1.10 2008/05/04 15:04:34 u11 Exp $
+;; CVS-Version: $Id: newsticker-plainview.el,v 1.1 2008/06/08 15:35:39 u11 Exp $
 
 ;; ======================================================================
 
@@ -1820,4 +1820,6 @@ Take care: end of item is at the end of its last line!"
           newsticker--cache)))
 
 (provide 'newsticker-plainview)
+
+;; arch-tag: 4e48b683-d48b-48dd-a13e-fe45baf41184
 ;;; newsticker-plainview.el ends here
index 641ab91bbfb2df3cb0484a662d0a77e54a07825c..ffe0a71c63570a8b6ea81a193ebd718f465ab484 100644 (file)
@@ -8,7 +8,7 @@
 ;; Filename:    newsticker-reader.el
 ;; URL:         http://www.nongnu.org/newsticker
 ;; Time-stamp:  "7. Juni 2008, 15:34:08 (ulf)"
-;; CVS-Version: $Id: newsticker-reader.el,v 1.5 2008/05/04 18:21:08 u11 Exp $
+;; CVS-Version: $Id: newsticker-reader.el,v 1.1 2008/06/08 15:35:57 u11 Exp $
 
 ;; ======================================================================
 
@@ -1115,4 +1115,6 @@ static char * visit_xpm[] = {
    "Image for the browse button."))
 
 (provide 'newsticker-reader)
+
+;; arch-tag: c604b701-bdf1-4fc1-8d05-5fabd1939533
 ;;; newsticker-reader.el ends here
index 5b498aa2dd3e1350a27202afffc74345952fe67f..83895cd8c965d04ec439a4a0db5707da51b1c374 100644 (file)
@@ -9,7 +9,7 @@
 ;; URL:         http://www.nongnu.org/newsticker
 ;; Keywords:    News, RSS, Atom
 ;; Time-stamp:  "7. Juni 2008, 15:12:27 (ulf)"
-;; CVS-Version: $Id: newsticker-ticker.el,v 1.6 2008/05/04 15:05:35 u11 Exp $
+;; CVS-Version: $Id: newsticker-ticker.el,v 1.1 2008/06/08 15:36:08 u11 Exp $
 
 ;; ======================================================================
 
@@ -288,4 +288,6 @@ running already."
         (setq newsticker--scrollable-text ""))))
 
 (provide 'newsticker-ticker)
+
+;; arch-tag: faee3ebb-749b-4935-9835-7f36d4b700f0
 ;;; newsticker-ticker.el ends here
index 24fbf0436dd02454aed34bf86582c33aec883332..318ee670c29a2e0938d4916d52222708b39f8884 100644 (file)
@@ -10,7 +10,7 @@
 ;; Created:     2007
 ;; Keywords:    News, RSS, Atom
 ;; Time-stamp:  "7. Juni 2008, 15:10:44 (ulf)"
-;; CVS-Version: $Id: newsticker-treeview.el,v 1.17 2008/06/05 19:57:09 u11 Exp $
+;; CVS-Version: $Id: newsticker-treeview.el,v 1.1 2008/06/08 15:36:18 u11 Exp $
 
 ;; ======================================================================
 
@@ -1979,4 +1979,5 @@ POS gives the position where EVENT occurred."
   
 (provide 'newsticker-treeview)
 
+;; arch-tag: 5dbaff48-1f3e-4fc6-8ebd-e966fc90d2d4
 ;;; newsticker-treeview.el ends here
index 1d57d0104d593d071308a5a693d0833b9d68812f..2cf94924ffdbf5ab1129d2c9045563babf303c31 100644 (file)
@@ -998,3 +998,6 @@ syms_of_menu ()
   menu_items = Qnil;
   menu_items_inuse = Qnil;
 }
+
+/* arch-tag: 78bbc7cf-8025-4156-aa8a-6c7fd99bf51d
+   (do not change this comment) */