X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-hangman.el;h=1d59f27efc633ae93bc31bb64d7b67724f4641d7;hb=f7efeee317783af8c1409f0e7bbfb2c7e7ded7e0;hp=a559c36b19c69ed006b730b994aac67411b928fb;hpb=b605439dca072da7b8935080e766f06f886921bb;p=riece diff --git a/lisp/riece-hangman.el b/lisp/riece-hangman.el index a559c36..1d59f27 100644 --- a/lisp/riece-hangman.el +++ b/lisp/riece-hangman.el @@ -18,8 +18,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -231,9 +231,6 @@ The wordlist is read from `riece-hangman-words-file'." (defun riece-hangman-enable () (random t)) -(defun riece-hangman-disable () - ) - (provide 'riece-hangman) ;;; riece-hangman.el ends here