X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Friece-200.el;h=47256d29bfdbef67c491185830b90b2c05fff8c5;hb=f6aa0d8a112032359a4feef41686ece62ed74e1f;hp=527867b1f3e4fd56b9a2a78853bab22bd7aed0b6;hpb=fe7ce5e9a344721b1ecdd4d9ec1adce5dc908a49;p=riece diff --git a/lisp/riece-200.el b/lisp/riece-200.el index 527867b..47256d2 100644 --- a/lisp/riece-200.el +++ b/lisp/riece-200.el @@ -19,18 +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: -(eval-when-compile (require 'riece-inlines)) - (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))