summaryrefslogtreecommitdiff
path: root/src/xsettings.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-11-17 21:57:48 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-11-17 21:57:48 +0000
commit1b9ac1453d4263d7e3b6cb52a2207163fe2649c8 (patch)
tree9c344144f48fbb36770bbb4e037cccae44a74e04 /src/xsettings.h
parentdfb3c4c6403a4199e2479ef9a06713b3cdc504d1 (diff)
downloademacs-1b9ac1453d4263d7e3b6cb52a2207163fe2649c8.tar.gz
* lisp.h: Remove declaration of Ffont_get_system_font.
* xfns.c: Move include of "xsettings.h". * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
Diffstat (limited to 'src/xsettings.h')
-rw-r--r--src/xsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsettings.h b/src/xsettings.h
index f8d73db2ee0..503116bceec 100644
--- a/src/xsettings.h
+++ b/src/xsettings.h
@@ -20,7 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef XSETTINGS_H
#define XSETTINGS_H
-extern Lisp_Object Ffont_get_system_font P_ ((void));
+EXFUN (Ffont_get_system_font, 0);
extern void xsettings_initialize P_ ((struct x_display_info *dpyinfo));
extern void xft_settings_event P_ ((struct x_display_info *dpyinfo,
XEvent *));