diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
commit | 83c9fc1157f422004b5181c4c9d3c5c7825172e7 (patch) | |
tree | 074f66bcf8a15ff5af469b126062561d23800262 /lisp/play | |
parent | 4b2ee35d30a5bc736e494bf1819bca49d5b27ece (diff) | |
download | emacs-83c9fc1157f422004b5181c4c9d3c5c7825172e7.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/dissociate.el | 1 | ||||
-rw-r--r-- | lisp/play/hanoi.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index b6ac2fa4ea8..f33682db749 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el @@ -18,6 +18,7 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;;###autoload (defun dissociated-press (&optional arg) "Dissociate the text of the current buffer. Output goes in buffer named *Dissociation*, diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 8884f6cb37b..425f98f5191 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -15,6 +15,7 @@ ;;; ;;; hanoi - user callable Towers of Hanoi ;;; +;;;###autoload (defun hanoi (nrings) "Towers of Hanoi diversion. Argument is number of rings." (interactive |