X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-500.el;h=0bf715cd51d70409ff84a271cff48475ea30e0c0;hb=bf2df5d4bf0f70c7f102eb924e352f83d46f3fa4;hp=bf46147f61ba1d23706ddfd6bcf1f77a1bca6fb5;hpb=6d966276f3ed830a7b453436612a8f7ea1242a9e;p=elisp%2Friece.git diff --git a/lisp/riece-500.el b/lisp/riece-500.el index bf46147..0bf715c 100644 --- a/lisp/riece-500.el +++ b/lisp/riece-500.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-500-message (prefix number name string) (riece-default-handle-numeric-reply riece-error-prefix prefix number name string))