X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-200.el;h=47256d29bfdbef67c491185830b90b2c05fff8c5;hb=80eaae97b095bc44c97c3eb1b74de1aa02d2dedf;hp=e7010ab8c218b38f04d6f6decac98b1e5fb06ff7;hpb=3f63625f77ebe56d568d88ef9ee84c10386500dc;p=elisp%2Friece.git diff --git a/lisp/riece-200.el b/lisp/riece-200.el index e7010ab..47256d2 100644 --- a/lisp/riece-200.el +++ b/lisp/riece-200.el @@ -19,15 +19,15 @@ ;; 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. ;;; Code: (require 'riece-misc) (eval-when-compile - (autoload 'riece-default-handle-numeric-reply "riece-filter")) + (autoload 'riece-default-handle-numeric-reply "riece-handle")) (defun riece-handle-default-200-message (prefix number name string) (riece-default-handle-numeric-reply riece-info-prefix prefix number name string))