emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sat, 13 May 2006 18:31:25 +0000

Index: emacs/src/frame.c
diff -u emacs/src/frame.c:1.328 emacs/src/frame.c:1.329
--- emacs/src/frame.c:1.328     Sun Apr 23 22:26:58 2006
+++ emacs/src/frame.c   Sat May 13 18:31:24 2006
@@ -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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]