Document behavior of lazy highlight in word search (Bug#7470).
[bpt/emacs.git] / src / xsettings.h
index 503116b..6c603e5 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for handle font changes dynamically.
-   Copyright (C) 2009
+   Copyright (C) 2009, 2010
                  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -24,6 +24,10 @@ 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 *));
+extern const char *xsettings_get_system_font P_ ((void));
 
 
 #endif /* XSETTINGS_H */
+
+/* arch-tag: 2c0f5c49-e925-4452-b778-4c082da6dd72
+   (do not change this comment) */