diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-02-21 21:39:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-02-21 21:39:11 +0000 |
commit | 8545ff2f55bbf16290a989cc6864d5b510db5f97 (patch) | |
tree | e74297bd05454b5302153fd4ac5cc35b4e16e17b /lisp/emacs-lisp | |
parent | dbd1c9ab59186d077fd8c67328f3d2f8b572cf52 (diff) | |
download | emacs-8545ff2f55bbf16290a989cc6864d5b510db5f97.tar.gz emacs-8545ff2f55bbf16290a989cc6864d5b510db5f97.tar.bz2 emacs-8545ff2f55bbf16290a989cc6864d5b510db5f97.zip |
Comments censored.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 2c340ca22c1..80f3bedc0ef 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -25,6 +25,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 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/ + ;; ======================================================================== ;; "No matter how hard you try, you can't make a racehorse out of a pig. ;; You can, however, make a faster pig." @@ -1285,7 +1294,7 @@ byte-member byte-assq byte-quo byte-rem) byte-compile-side-effect-and-error-free-ops)) -;;; This piece of shit is because of the way DEFVAR_BOOL() variables work. +;;; This crock is because of the way DEFVAR_BOOL variables work. ;;; Consider the code ;;; ;;; (defun foo (flag) |