diff lisp/play/dissociate.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 1e0bc00dca7a
children 2598c08c91c2
line wrap: on
line diff
--- a/lisp/play/dissociate.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/play/dissociate.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Scramble text amusingly for Emacs.
+;;; dissociate.el --- scramble text amusingly for Emacs.
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -86,3 +87,5 @@
 		 (goto-char 1)
 		 (funcall search-function overlap opoint t))))))
       (sit-for 0))))
+
+;;; dissociate.el ends here