X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-xemacs.el;h=4ebad2be331e8b83bcfe13b76de71030ce32a500;hb=08df7f2c0e152ebcde1ce143fafbf092b3a8f533;hp=280b34c84ed8af47e9f039ab629551c79b19e0c2;hpb=de5787f28584950af277bd5db63925be70a34665;p=riece diff --git a/lisp/riece-xemacs.el b/lisp/riece-xemacs.el index 280b34c..4ebad2b 100644 --- a/lisp/riece-xemacs.el +++ b/lisp/riece-xemacs.el @@ -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: @@ -122,7 +122,7 @@ (set-extent-properties extent properties) (cons extent string))) -(defalias 'riece-normalize-modeline-indicator 'identity) +(defalias 'riece-normalize-modeline-string 'identity) (defalias 'riece-facep 'find-face) @@ -137,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