* src/frame.c (frame_params): Make const.

This commit is contained in:
Dan Nicolaescu 2010-08-06 12:01:35 -07:00
parent 36e053eb3f
commit 94eed851df
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -2774,7 +2774,7 @@ struct frame_parm_table {
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},