diff options
| author | Karl Heuer | 1996-02-21 21:15:07 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-02-21 21:15:07 +0000 |
| commit | ac26ca64feb8377e94d1cee2a660dfcc0d043a14 (patch) | |
| tree | 2e054fda33fa357a706affc0c4ef81034bfaed09 /src | |
| parent | b11432c3898504ca54e0d2a16cdd13a88f34e12a (diff) | |
| download | emacs-ac26ca64feb8377e94d1cee2a660dfcc0d043a14.tar.gz emacs-ac26ca64feb8377e94d1cee2a660dfcc0d043a14.zip | |
Comment censored.
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.c | 12 |
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. */ | |||
| 20 | 20 | ||
| 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 22 | 22 | ||
| 23 | /* This file has been censored by the Communications Decency Act. | ||
| 24 | That law was passed under the guise of a ban on pornography, but | ||
| 25 | it bans far more than that. This file did not contain pornography, | ||
| 26 | but it was censored nonetheless. | ||
| 27 | |||
| 28 | For information on US government censorship of the Internet, and | ||
| 29 | what you can do to bring back freedom of the press, see the web | ||
| 30 | site http://www.vtw.org/ | ||
| 31 | */ | ||
| 32 | |||
| 23 | #include <config.h> | 33 | #include <config.h> |
| 24 | #include <stdio.h> | 34 | #include <stdio.h> |
| 25 | #include "lisp.h" | 35 | #include "lisp.h" |
| @@ -841,7 +851,7 @@ EmacsFrameSetValues (cur_widget, req_widget, new_widget, dum1, dum2) | |||
| 841 | to wm_shell's iconic slot have no effect after it has been realized, | 851 | to wm_shell's iconic slot have no effect after it has been realized, |
| 842 | and calling XIconifyWindow doesn't work either (even thought the window | 852 | and calling XIconifyWindow doesn't work either (even thought the window |
| 843 | has been created.) Perhaps there is some property we could smash | 853 | has been created.) Perhaps there is some property we could smash |
| 844 | directly, but I'm sick of this for now. Xt is a steaming pile of shit! | 854 | directly, but I'm sick of this for now. |
| 845 | */ | 855 | */ |
| 846 | if (cur->emacs_frame.iconic != new->emacs_frame.iconic) | 856 | if (cur->emacs_frame.iconic != new->emacs_frame.iconic) |
| 847 | { | 857 | { |