aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/timer.el
diff options
context:
space:
mode:
authorEric S. Raymond1992-05-30 20:24:49 +0000
committerEric S. Raymond1992-05-30 20:24:49 +0000
commitd501f51645d966e8fe2febba698779996b33eb21 (patch)
tree6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/timer.el
parent76d7458ed90577d639dc71a5e100839d9a9ab13c (diff)
downloademacs-d501f51645d966e8fe2febba698779996b33eb21.tar.gz
emacs-d501f51645d966e8fe2febba698779996b33eb21.zip
*** empty log message ***
Diffstat (limited to 'lisp/timer.el')
-rw-r--r--lisp/timer.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/timer.el b/lisp/timer.el
index 905706f3ab7..b938307aea6 100644
--- a/lisp/timer.el
+++ b/lisp/timer.el
@@ -1,4 +1,5 @@
1;; Run a function with args at some time in future 1;;; timer.el --- run a function with args at some time in future
2
2;; Copyright (C) 1990 Free Software Foundation, Inc. 3;; Copyright (C) 1990 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -91,3 +92,5 @@ the call to the function."
91 (or timer-alist timer-dont-exit (process-send-eof timer-process))) 92 (or timer-alist timer-dont-exit (process-send-eof timer-process)))
92 93
93(provide 'timer) 94(provide 'timer)
95
96;;; timer.el ends here