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
8a10d76c
Commit
8a10d76c
authored
Aug 03, 2011
by
Paul Eggert
Browse files
* fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
so that it is not optimized away.
parent
27d94b8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/fontset.c
src/fontset.c
+2
-0
No files found.
src/ChangeLog
View file @
8a10d76c
2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
* fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
so that it is not optimized away.
* xdisp.c (compute_display_string_pos): Remove unused local.
2011-08-02 Eli Zaretskii <eliz@gnu.org>
...
...
src/fontset.c
View file @
8a10d76c
...
...
@@ -2100,6 +2100,8 @@ DEFUN ("fontset-list", Ffontset_list, Sfontset_list, 0, 0, 0,
#ifdef FONTSET_DEBUG
Lisp_Object
dump_fontset
(
Lisp_Object
)
EXTERNALLY_VISIBLE
;
Lisp_Object
dump_fontset
(
Lisp_Object
fontset
)
{
...
...
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