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
d0cb872a
Commit
d0cb872a
authored
Feb 22, 1998
by
Karl Heuer
Browse files
(interval_of): Handle Qt.
parent
a63f3864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/textprop.c
src/textprop.c
+2
-0
No files found.
src/textprop.c
View file @
d0cb872a
...
...
@@ -492,6 +492,8 @@ interval_of (position, object)
if
(
NILP
(
object
))
XSETBUFFER
(
object
,
current_buffer
);
else
if
(
EQ
(
object
,
Qt
))
return
NULL_INTERVAL
;
CHECK_STRING_OR_BUFFER
(
object
,
0
);
...
...
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