* riece-handle.el (riece-handle-privmsg-message): Check own
[riece] / lisp / riece-emacs.el
index bb03c31..0e49815 100644 (file)
 
 ;;; Code:
 
-(defalias 'riece-set-case-syntax-pair
-  'set-case-syntax-pair)
-
-(defalias 'riece-copy-case-table
-  'copy-case-table)
-
 ;;; stolen (and renamed) from gnus-ems.el.
 ;;; In GNU Emacs, user can intercept whole mouse tracking events by
 ;;; assigning [mouse-X].  In XEmacs, however, which causes different
@@ -95,6 +89,8 @@
 (defalias 'riece-run-with-idle-timer 'run-with-idle-timer)
 (defalias 'riece-cancel-timer 'cancel-timer)
 
+(defalias 'riece-match-string-no-properties 'match-string-no-properties)
+
 (provide 'riece-emacs)
 
 ;;; riece-emacs.el ends here