X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-200.el;h=47256d29bfdbef67c491185830b90b2c05fff8c5;hp=d25da7e149b608e9a18e243ffa96421556ed86af;hb=80a5804ce2b23744284b765611153b69ff233869;hpb=4b29776da15420296d4042f9433aab1430fabca6 diff --git a/lisp/riece-200.el b/lisp/riece-200.el index d25da7e..47256d2 100644 --- a/lisp/riece-200.el +++ b/lisp/riece-200.el @@ -19,16 +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) -(require 'riece-commands) (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))