diff options
Diffstat (limited to 'lisp/play/mpuz.el')
-rw-r--r-- | lisp/play/mpuz.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 01b44c1d356..4460c9d67b5 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -1,7 +1,9 @@ ;;; mpuz.el --- multiplication puzzle for GNU Emacs -;;; by Philippe Schnoebelen <phs@lifia.imag.fr> -;;; Last modified on 11 Nov 1990 +;; Author: Philippe Schnoebelen <phs@lifia.imag.fr> +;; Last-Modified: 11 Nov 1990 +;; Keywords: games + ;;; Copyright (C) 1990 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -21,6 +23,8 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Code: + (random t) ; randomize (defun mpuz-random (n) |