changeset 109667:fd6fad994956

* src/frame.c (frame_params): Make const.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 12:01:35 -0700
parents 8fc5e1925ae2
children d9a022ec322c
files src/ChangeLog src/frame.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 06 11:56:41 2010 -0700
+++ b/src/ChangeLog	Fri Aug 06 12:01:35 2010 -0700
@@ -1,5 +1,7 @@
 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* frame.c (frame_params): Make const.
+
 	* lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
 
 	* emacs.c (emacs_copyright, emacs_version): Make static.
--- a/src/frame.c	Fri Aug 06 11:56:41 2010 -0700
+++ b/src/frame.c	Fri Aug 06 12:01:35 2010 -0700
@@ -2774,7 +2774,7 @@
   Lisp_Object *variable;
 };
 
-static struct frame_parm_table frame_parms[] =
+static const struct frame_parm_table frame_parms[] =
 {
   {"auto-raise",		&Qauto_raise},
   {"auto-lower",		&Qauto_lower},