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
2d7117fe
Commit
2d7117fe
authored
Feb 18, 2008
by
Jan Djärv
Browse files
(Fx_show_tip): Set string to " " if empty.
parent
758dc0cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+3
-0
No files found.
src/ChangeLog
View file @
2d7117fe
2008-02-18 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
* xfns.c (Fx_show_tip): Set string to " " if empty.
2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
...
...
src/xfns.c
View file @
2d7117fe
...
...
@@ -5317,6 +5317,9 @@ Text larger than the specified size is clipped. */)
GCPRO4 (string, parms, frame, timeout);
CHECK_STRING (string);
if (SCHARS (string) == 0)
string = make_unibyte_string (" ", 1);
f = check_x_frame (frame);
if (NILP (timeout))
timeout = make_number (5);
...
...
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