]> code.delx.au - gnu-emacs/blobdiff - lisp/play/dissociate.el
Update copyright year to 2015
[gnu-emacs] / lisp / play / dissociate.el
index 4530e586de88b7e8b54203dcd73fafafbad0200a..c0180a2e34e31c5c96e9cb07126fe7ad6073292e 100644 (file)
@@ -1,8 +1,8 @@
 ;;; dissociate.el --- scramble text amusingly for Emacs
 
-;; Copyright (C) 1985, 2001-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 2001-2015 Free Software Foundation, Inc.
 
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: games
 
 ;; This file is part of GNU Emacs.
@@ -94,8 +94,6 @@ Default is 2."
                 (funcall search-function overlap opoint t))))))
       (sit-for 0))))
 
-(random t)
-
 (provide 'dissociate)
 
 ;;; dissociate.el ends here