src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
This commit is contained in:
@@ -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'.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user