* riece-mcat.el (riece-mcat-update): New function.
[riece] / lisp / riece-xemacs.el
index 71613f9..4ebad2b 100644 (file)
@@ -18,8 +18,8 @@
 
 ;; 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:
 
     (set-extent-properties extent properties)
     (cons extent string)))
 
+(defalias 'riece-normalize-modeline-string 'identity)
+
 (defalias 'riece-facep 'find-face)
 
 (defun riece-put-text-property-nonsticky (start end prop value
@@ -135,6 +137,8 @@ If N is nil, all messages will be returned."
   (with-output-to-string
     (print-recent-messages n)))
 
+(defalias 'riece-remprop 'remprop)
+
 (provide 'riece-xemacs)
 
 ;;; riece-xemacs.el ends here