summaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-02-21 21:15:07 +0000
committerKarl Heuer <kwzh@gnu.org>1996-02-21 21:15:07 +0000
commit0f6703cb44aeb086bbd1cdcda1e25bfce2d579b1 (patch)
tree926ac838c5c769e2e4dbdba609379bb96aeb6ea0 /src/widget.c
parent20cee49826166788b6079304b7c1a4169654c283 (diff)
downloademacs-0f6703cb44aeb086bbd1cdcda1e25bfce2d579b1.tar.gz
Comment censored.
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index c96405e0205..de25e2da485 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -20,6 +20,16 @@ Boston, MA 02111-1307, USA. */
/* Emacs 19 face widget ported by Fred Pierresteguy */
+/* This file has been censored by the Communications Decency Act.
+ That law was passed under the guise of a ban on pornography, but
+ it bans far more than that. This file did not contain pornography,
+ but it was censored nonetheless.
+
+ For information on US government censorship of the Internet, and
+ what you can do to bring back freedom of the press, see the web
+ site http://www.vtw.org/
+ */
+
#include <config.h>
#include <stdio.h>
#include "lisp.h"
@@ -841,7 +851,7 @@ EmacsFrameSetValues (cur_widget, req_widget, new_widget, dum1, dum2)
to wm_shell's iconic slot have no effect after it has been realized,
and calling XIconifyWindow doesn't work either (even thought the window
has been created.) Perhaps there is some property we could smash
- directly, but I'm sick of this for now. Xt is a steaming pile of shit!
+ directly, but I'm sick of this for now.
*/
if (cur->emacs_frame.iconic != new->emacs_frame.iconic)
{