Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91341ed2
Commit
91341ed2
authored
Feb 02, 1996
by
Richard M. Stallman
Browse files
(run-with-timer): Set repetition interval.
parent
7458cc35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/timer.el
lisp/timer.el
+1
-1
No files found.
lisp/timer.el
View file @
91341ed2
...
...
@@ -236,7 +236,7 @@ This function returns a timer object which you can use in `cancel-timer'."
(
error
"Invalid repetition interval"
))
(
let
((
timer
(
timer-create
)))
(
timer-set-time
timer
(
current-time
))
(
timer-set-time
timer
(
current-time
)
repeat
)
(
timer-inc-time
timer
secs
)
(
timer-set-function
timer
function
args
)
(
timer-activate
timer
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment