comparison lisp/net/newsticker-plainview.el @ 95685:ed883167b994

Autoload cookies for newsticker.
author Ulf Jasper <ulf.jasper@web.de>
date Sun, 08 Jun 2008 18:44:20 +0000
parents 4ab45b5c92cd
children 528d24d928b8
comparison
equal deleted inserted replaced
95684:4ab45b5c92cd 95685:ed883167b994
5 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
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: "8. Juni 2008, 20:39:46 (ulf)"
11 ;; CVS-Version: $Id: newsticker-plainview.el,v 1.1 2008/06/08 15:35:39 u11 Exp $ 11 ;; CVS-Version: $Id: newsticker-plainview.el,v 1.2 2008/06/08 18:09:06 miles 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
550 550
551 551
552 ;; ====================================================================== 552 ;; ======================================================================
553 ;;; User fun 553 ;;; User fun
554 ;; ====================================================================== 554 ;; ======================================================================
555 ;;;###autoload
555 (defun newsticker-plainview () 556 (defun newsticker-plainview ()
556 "Start newsticker plainview." 557 "Start newsticker plainview."
557 (interactive) 558 (interactive)
558 (newsticker-buffer-update t) 559 (newsticker-buffer-update t)
559 (switch-to-buffer "*newsticker*")) 560 (switch-to-buffer "*newsticker*"))