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
55366183
Commit
55366183
authored
Aug 26, 1995
by
Richard M. Stallman
Browse files
(eventp): Duplicate definition deleted.
parent
7ea0b430
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
lisp/emacs-lisp/levents.el
lisp/emacs-lisp/levents.el
+0
-9
No files found.
lisp/emacs-lisp/levents.el
View file @
55366183
...
...
@@ -56,15 +56,6 @@
(
put
'menu
'event-symbol-elements
'
(
eval
))
(
put
'timeout
'event-symbol-elements
'
(
eval
))
(
defsubst
eventp
(
obj
)
"True if the argument is an event object."
(
or
(
integerp
obj
)
(
and
(
symbolp
obj
)
(
get
obj
'event-symbol-elements
))
(
and
(
consp
obj
)
(
symbolp
(
car
obj
))
(
get
(
car
obj
)
'event-symbol-elements
))))
(
defun
allocate-event
()
"Returns an empty event structure.
In this emulation, it returns nil."
...
...
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