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
92e30bc5
Commit
92e30bc5
authored
Mar 09, 1993
by
Jim Blandy
Browse files
Initial revision
parent
00b3f57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/emacs-lisp/lucid.el
lisp/emacs-lisp/lucid.el
+5
-0
No files found.
lisp/emacs-lisp/lucid.el
0 → 100644
View file @
92e30bc5
(
defun
add-timeout
(
secs
function
object
&optional
resignal
)
(
run-at-time
secs
resignal
function
object
))
(
defun
disable-timeout
(
timeout
)
(
cancel-timer
timeout
))
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