Mercurial > emacs
changeset 70647:1cadc44e0431
(x_set_border_width): Fix error message to say "frame", not "window".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 May 2006 18:31:24 +0000 |
parents | af9f1a83e3cf |
children | 0ef29cb33be4 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sat May 13 16:16:43 2006 +0000 +++ b/src/frame.c Sat May 13 18:31:24 2006 +0000 @@ -3141,7 +3141,7 @@ #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);