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
dac85f4b
Commit
dac85f4b
authored
May 13, 2006
by
Eli Zaretskii
Browse files
(x_set_border_width): Fix error message to say "frame", not "window".
parent
e58d8ef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
dac85f4b
2006-05-13 Eli Zaretskii <eliz@gnu.org>
* frame.c (x_set_border_width): Fix error message to say "frame",
not "window".
* Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
2006-05-12 Chong Yidong <cyd@stupidchicken.com>
...
...
src/frame.c
View file @
dac85f4b
...
...
@@ -3141,7 +3141,7 @@ x_set_border_width (f, arg, oldval)
#ifndef MAC_OS
if
(
FRAME_X_WINDOW
(
f
)
!=
0
)
error
(
"Cannot change the border width of a
window
"
);
error
(
"Cannot change the border width of a
frame
"
);
#endif
/* MAC_TODO */
f
->
border_width
=
XINT
(
arg
);
...
...
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