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
7990b61a
Commit
7990b61a
authored
Apr 15, 2011
by
Juanma Barranquero
Browse files
src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
parent
6c60eb9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/font.c
src/font.c
+1
-1
No files found.
src/ChangeLog
View file @
7990b61a
...
...
@@ -3,6 +3,10 @@
* process.c (Qprocessp): Don't declare static.
* lisp.h (Qprocessp): Declare again.
2011-04-15 Juanma Barranquero <lekktu@gmail.com>
* font.c (Qopentype): Don't make static (used from w32uniscribe.c).
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
Improve C-level modularity by making more things 'static'.
...
...
src/font.c
View file @
7990b61a
...
...
@@ -48,7 +48,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "nsterm.h"
#endif
/* HAVE_NS */
static
Lisp_Object
Qopentype
;
Lisp_Object
Qopentype
;
/* Important character set strings. */
Lisp_Object
Qascii_0
,
Qiso8859_1
,
Qiso10646_1
,
Qunicode_bmp
,
Qunicode_sip
;
...
...
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