diff options
Diffstat (limited to 'lisp/timer.el')
| -rw-r--r-- | lisp/timer.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/timer.el b/lisp/timer.el index cbe3b2a0478..128d32c7d30 100644 --- a/lisp/timer.el +++ b/lisp/timer.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; timer.el --- 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 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 19 Jan 1990 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 5 | ;; Maintainer: FSF | ||
| 6 | |||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 9 | ;; GNU Emacs is free software; you can redistribute it and/or modify |