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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c9b08ba8
Commit
c9b08ba8
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fframe_parameter): Use const for pointer to lisp
string data.
parent
637ddd32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
c9b08ba8
...
@@ -2107,7 +2107,7 @@ If FRAME is nil, describe the currently selected frame. */)
...
@@ -2107,7 +2107,7 @@ If FRAME is nil, describe the currently selected frame. */)
"unspecified". We need to do the same here. */
"unspecified". We need to do the same here. */
if
(
STRINGP
(
value
)
&&
!
FRAME_WINDOW_P
(
f
))
if
(
STRINGP
(
value
)
&&
!
FRAME_WINDOW_P
(
f
))
{
{
char
*
color_name
;
c
onst
c
har
*
color_name
;
EMACS_INT
csz
;
EMACS_INT
csz
;
if
(
EQ
(
parameter
,
Qbackground_color
))
if
(
EQ
(
parameter
,
Qbackground_color
))
...
...
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