]> code.delx.au - gnu-emacs/blobdiff - lisp/play/dissociate.el
Merge from trunk after 24.3 was moved to emacs-24 branch.
[gnu-emacs] / lisp / play / dissociate.el
index dacaf6e7b69f249ce3311d8a13ed547f5913310d..238b2a86c171683094f5c279ceca243b5261013d 100644 (file)
@@ -1,7 +1,6 @@
 ;;; dissociate.el --- scramble text amusingly for Emacs
 
-;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 2001-2012 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: games
@@ -95,8 +94,6 @@ Default is 2."
                 (funcall search-function overlap opoint t))))))
       (sit-for 0))))
 
-(random t)
-
 (provide 'dissociate)
 
 ;;; dissociate.el ends here