comparison lisp/terminal.el @ 14641:4706508583bd

Comments censored.
author Karl Heuer <kwzh@gnu.org>
date Wed, 21 Feb 1996 21:39:11 +0000
parents b14697aa6929
children b256ebb2110a
comparison
equal deleted inserted replaced
14640:65151464291f 14641:4706508583bd
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Commentary:
27
28 ;;; This file has been censored by the Communications Decency Act.
29 ;;; That law was passed under the guise of a ban on pornography, but
30 ;;; it bans far more than that. This file did not contain pornography,
31 ;;; but it was censored nonetheless.
32
33 ;;; For information on US government censorship of the Internet, and
34 ;;; what you can do to bring back freedom of the press, see the web
35 ;;; site http://www.vtw.org/
25 36
26 ;;; Code: 37 ;;; Code:
27 38
28 ;;>>TODO 39 ;;>>TODO
29 ;;>> ** Nothing can be done about emacs' meta-lossage ** 40 ;;>> ** Nothing can be done about emacs' meta-lossage **
796 (delete-char n)) 807 (delete-char n))
797 (goto-char p))) 808 (goto-char p)))
798 809
799 810
800 811
801 ;; disgusting unix-required shit 812 ;; disgusting unix-required excrement
802 ;; Are we living twenty years in the past yet? 813 ;; Are we living twenty years in the past yet?
803 814
804 (defun te-losing-unix () 815 (defun te-losing-unix ()
805 nil) 816 nil)
806 817