]> code.delx.au - gnu-emacs/blobdiff - lib-src/ebrowse.c
(font-lock-fontify-anchored-keywords): Use line-beginning-position.
[gnu-emacs] / lib-src / ebrowse.c
index 6051199da86fcac91afa5b2149de2331dbdb13ce..0099641d2f50aa4c404827ae2457e21724f63307 100644 (file)
    along with GNU Emacs; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 #include "getopt.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 /* Conditionalize function prototypes.  */
 
 #ifdef PROTOTYPES              /* From config.h.  */