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

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 5cd64b3e28c3
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; cookie1.el --- retrieve random phrases from fortune cookie files 1 ;;; cookie1.el --- retrieve random phrases from fortune cookie files
2 2
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: games, extensions 7 ;; Keywords: games, extensions
8 ;; Created: Mon Mar 22 17:06:26 1993 8 ;; Created: Mon Mar 22 17:06:26 1993
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
21 21
22 ;; You should have received a copy of the GNU General Public License 22 ;; 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 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02110-1301, USA.
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; Support for random cookie fetches from phrase files, used for such 29 ;; Support for random cookie fetches from phrase files, used for such
30 ;; critical applications as emulating Zippy the Pinhead and confounding 30 ;; critical applications as emulating Zippy the Pinhead and confounding
166 (setq i (1+ i)))) 166 (setq i (1+ i))))
167 vector) 167 vector)
168 168
169 (provide 'cookie1) 169 (provide 'cookie1)
170 170
171 ;;; arch-tag: 4a8a8712-df6a-4f34-b030-108a1b47f9f2
171 ;;; cookie1.el ends here 172 ;;; cookie1.el ends here