* riece-unread.el: Use riece-facep to check existence of
[riece] / lisp / riece-emacs.el
index 72e8067..5a47337 100644 (file)
@@ -95,6 +95,8 @@
   (add-text-properties 0 (length string) properties string)
   string)
 
+(defalias 'riece-facep 'facep)
+
 (provide 'riece-emacs)
 
 ;;; riece-emacs.el ends here