mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
* src/frame.c (frame_params): Make const.
This commit is contained in:
parent
36e053eb3f
commit
94eed851df
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue