comparison lisp/play/bruce.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 595c4a350a47
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*- 1 ;;; bruce.el --- bruce phrase utility for overloading the Communications -*- no-byte-compile: t -*-
2 ;;; Decency Act snoops, if any. 2 ;;; Decency Act snoops, if any.
3 3
4 ;; Copyright (C) 1988, 1993, 1997 Free Software Foundation, Inc. 4 ;; Copyright (C) 1988, 1993, 1997, 2002, 2003, 2004,
5 ;; 2005 Free Software Foundation, Inc.
5 6
6 ;; Maintainer: FSF 7 ;; Maintainer: FSF
7 ;; Keywords: games 8 ;; Keywords: games
8 ;; Created: Jan 1997 9 ;; Created: Jan 1997
9 10
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 21 ;; GNU General Public License for more details.
21 22
22 ;; You should have received a copy of the GNU General Public License 23 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02111-1307, USA. 26 ;; Boston, MA 02110-1301, USA.
26 27
27 ;;; Commentary: 28 ;;; Commentary:
28 29
29 ;; This program was written to protest the miss-named "Communications 30 ;; This program was written to protest the miss-named "Communications
30 ;; Decency Act of 1996. This Act bans "indecent speech", whatever that is, 31 ;; Decency Act of 1996. This Act bans "indecent speech", whatever that is,
145 ;; cleaned up, generalized, gratuitously broken by esr, and now resides in 146 ;; cleaned up, generalized, gratuitously broken by esr, and now resides in
146 ;; cookie1.el. 147 ;; cookie1.el.
147 148
148 (provide 'bruce) 149 (provide 'bruce)
149 150
151 ;;; arch-tag: b83ded51-4ccb-41ef-8bd6-3b521e81dd9b
150 ;;; bruce.el ends here 152 ;;; bruce.el ends here