X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-foolproof.el;h=9f688d1e949395297fa6ec2732942b7227df0988;hb=HEAD;hp=6c1a352b0c2f6ad7e7bab0bf87ecfc4f155c4744;hpb=895e17ef4cc7d08dc3e30c37c7c06fab3e6d1a6d;p=elisp%2Friece.git diff --git a/lisp/riece-foolproof.el b/lisp/riece-foolproof.el index 6c1a352..9f688d1 100644 --- a/lisp/riece-foolproof.el +++ b/lisp/riece-foolproof.el @@ -1,7 +1,7 @@ ;;; riece-foolproof.el --- prevent miss-operation in the command buffer ;; Copyright (C) 2004 TAKAHASHI Kaoru -;; Author: TAKAHASHI "beatmaria" Kaoru +;; Author: TAKAHASHI Kaoru ;; Keywords: IRC, riece ;; This file is part of Riece. @@ -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: @@ -64,12 +64,6 @@ (remove-hook 'riece-command-send-message-hook 'riece-foolproof-command-send-message-function)) -(defun riece-foolproof-enable () - ) - -(defun riece-foolproof-disable () - ) - (provide 'riece-foolproof) ;;; riece-foolproof.el ends here