diff options
| author | Juanma Barranquero | 2002-07-17 07:30:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-17 07:30:57 +0000 |
| commit | a50908abb52eae975f246a7873a2d3500f6db830 (patch) | |
| tree | 4f235b252491f0bac543e56de28e2b802253afc1 /lisp/timer.el | |
| parent | 03a8bf7ddd8dbea25884e09eeb92751d8e592e02 (diff) | |
| download | emacs-a50908abb52eae975f246a7873a2d3500f6db830.tar.gz emacs-a50908abb52eae975f246a7873a2d3500f6db830.zip | |
(timer-set-time-with-usecs): Mark obsolete.
Diffstat (limited to 'lisp/timer.el')
| -rw-r--r-- | lisp/timer.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/timer.el b/lisp/timer.el index b93ec446652..0ca97ca3aec 100644 --- a/lisp/timer.el +++ b/lisp/timer.el | |||
| @@ -149,6 +149,9 @@ fire repeatedly that many seconds apart." | |||
| 149 | (aset timer 3 usecs) | 149 | (aset timer 3 usecs) |
| 150 | (aset timer 4 (and (numberp delta) (> delta 0) delta)) | 150 | (aset timer 4 (and (numberp delta) (> delta 0) delta)) |
| 151 | timer) | 151 | timer) |
| 152 | (make-obsolete 'timer-set-time-with-usecs | ||
| 153 | "use `timer-set-time' and `timer-inc-time' instead." | ||
| 154 | "21.4") | ||
| 152 | 155 | ||
| 153 | (defun timer-set-function (timer function &optional args) | 156 | (defun timer-set-function (timer function &optional args) |
| 154 | "Make TIMER call FUNCTION with optional ARGS when triggering." | 157 | "Make TIMER call FUNCTION with optional ARGS when triggering." |