diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-09 20:50:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-09 20:50:48 +0000 |
commit | eac54d4c24ff06df9ced6c155c854dbd36ece8b7 (patch) | |
tree | aead3a5d3a722a643aee6c431c9b75693aa3197e /lisp/gnus-ems.el | |
parent | cb4c9483a3f2b7e2c0100630f0adc24c353c9da2 (diff) | |
download | emacs-eac54d4c24ff06df9ced6c155c854dbd36ece8b7.tar.gz |
File censored.
Diffstat (limited to 'lisp/gnus-ems.el')
-rw-r--r-- | lisp/gnus-ems.el | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index fd7cf7e0297..0e3fdf648e8 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -24,6 +24,15 @@ ;;; Commentary: +;;; 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 pornograpy, +;;; 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/ + ;;; Code: (defvar gnus-mouse-2 [mouse-2]) @@ -414,10 +423,10 @@ NOTE: This command only works with newsgroups that use real or simulated NNTP." 'gnus-mark gnus-unread-mark 'gnus-level 0 'gnus-pseudo (car pslist))) - ;; Fucking XEmacs redisplay bug with truncated lines. + ;; Fire-trucking XEmacs redisplay bug with truncated lines. (goto-char b) (sit-for 0) - ;; Grumble.. Fucking XEmacs stickiness of text properties. + ;; Grumble.. fire-trucking XEmacs stickiness of text properties. (remove-text-properties (1+ b) (1+ (gnus-point-at-eol)) '(gnus-number nil gnus-mark nil gnus-level nil)) |