]> code.delx.au - gnu-emacs/blobdiff - src/terminal.c
TODO update
[gnu-emacs] / src / terminal.c
index 719c2a361114bbf107ee49c48d9258fc0a9690d1..20cfb78198bc93138d02e5f7175cc9ec4ee32f4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions related to terminal devices.
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -42,7 +42,7 @@ struct terminal *initial_terminal;
 static void delete_initial_terminal (struct terminal *);
 
 /* This setter is used only in this file, so it can be private.  */
-static inline void
+static void
 tset_param_alist (struct terminal *t, Lisp_Object val)
 {
   t->param_alist = val;