diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 22:12:04 +0000 |
commit | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (patch) | |
tree | 29925fd14277477ef3fa88270c19785985926c04 /lisp/play/mpuz.el | |
parent | c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (diff) | |
download | emacs-6594deb0dcec8f1a663fc47b0588a7b4c935a6c5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/mpuz.el')
-rw-r--r-- | lisp/play/mpuz.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index f4d622ad819..01b44c1d356 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -1,4 +1,5 @@ -;;; Multiplication puzzle for GNU Emacs +;;; mpuz.el --- multiplication puzzle for GNU Emacs + ;;; by Philippe Schnoebelen <phs@lifia.imag.fr> ;;; Last modified on 11 Nov 1990 ;;; Copyright (C) 1990 Free Software Foundation, Inc. @@ -444,5 +445,4 @@ You may abort a game by hitting \\[keyboard-quit]." (setq list (cons digit list)))) (mapcar 'mpuz-correct-guess list))) -;;; End of mult-puzzle - +;;; mpuz.el ends here |