Mercurial > hg > xemacs-beta
comparison lisp/gnus/nnheaderxm.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 0d2f883870bc |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
22 ;; Boston, MA 02111-1307, USA. | 22 ;; Boston, MA 02111-1307, USA. |
23 | 23 |
24 ;;; Commentary: | 24 ;;; Commentary: |
25 | 25 |
26 ;;; Code: | 26 ;;; Code: |
27 | |
28 (eval-and-compile | |
29 (autoload 'nnheader-insert-file-contents "nnheader")) | |
27 | 30 |
28 (defun nnheader-xmas-run-at-time (time repeat function &rest args) | 31 (defun nnheader-xmas-run-at-time (time repeat function &rest args) |
29 (start-itimer | 32 (start-itimer |
30 "nnheader-run-at-time" | 33 "nnheader-run-at-time" |
31 `(lambda () | 34 `(lambda () |