diff lisp/=timer.el @ 657:fec3f9a1e3e5

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 20:24:49 +0000
parents 4cd7543be581
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/=timer.el	Sat May 30 19:21:46 1992 +0000
+++ b/lisp/=timer.el	Sat May 30 20:24:49 1992 +0000
@@ -1,4 +1,5 @@
-;; Run a function with args at some time in future
+;;; timer.el --- run a function with args at some time in future
+
 ;; Copyright (C) 1990 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -91,3 +92,5 @@
   (or timer-alist timer-dont-exit (process-send-eof timer-process)))
 
 (provide 'timer)
+
+;;; timer.el ends here