1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

Change release version from 21.4 to 22.1 throughout.

Change development version from 21.3.50 to 22.0.50.
This commit is contained in:
Kim F. Storm 2005-02-09 15:50:47 +00:00
parent 1de0ae85b3
commit bf247b6ed0
148 changed files with 799 additions and 792 deletions

View file

@ -151,7 +151,7 @@ fire repeatedly that many seconds apart."
timer)
(make-obsolete 'timer-set-time-with-usecs
"use `timer-set-time' and `timer-inc-time' instead."
"21.4")
"22.1")
(defun timer-set-function (timer function &optional args)
"Make TIMER call FUNCTION with optional ARGS when triggering."