diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 17:20:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 17:20:42 +0000 |
commit | 2f14b48d341021458b98dbb367e086e5996e85d8 (patch) | |
tree | db4254d42b83e3b180b39451791a85629d314b7a /lisp/play/dissociate.el | |
parent | fc68affa4e920d6a58520949ab446c77f90c534a (diff) | |
download | emacs-2f14b48d341021458b98dbb367e086e5996e85d8.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/play/dissociate.el')
-rw-r--r-- | lisp/play/dissociate.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index cfc29d902a0..344d8ef3011 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el @@ -1,5 +1,8 @@ ;;; dissociate.el --- scramble text amusingly for Emacs. +;; Maintainer: FSF +;; Last-Modified: 09 May 1991 + ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -18,6 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Code: ;;;###autoload (defun dissociated-press (&optional arg) |