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
221dd3e7
Commit
221dd3e7
authored
Mar 08, 2001
by
Gerd Moellmann
Browse files
(handle_display_prop): Use it->w->buffer as object,
instead of nil.
parent
5de7c6f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
221dd3e7
2001-03-08 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (handle_display_prop): Use it->w->buffer as object,
instead of nil.
* xterm.c (note_mouse_highlight): Handle mouse-face and
help-echo in strings.
(x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
...
...
src/xdisp.c
View file @
221dd3e7
...
...
@@ -2570,7 +2570,7 @@ handle_display_prop (it)
}
else
{
object =
Qnil
;
object =
it->w->buffer
;
position = &it->current.pos;
}
...
...
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