Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94eed851
Commit
94eed851
authored
Aug 06, 2010
by
Dan Nicolaescu
Browse files
* src/frame.c (frame_params): Make const.
parent
36e053eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
94eed851
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.
...
...
src/frame.c
View file @
94eed851
...
...
@@ -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},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment