Fixed.
[riece] / lisp / riece-emacs.el
index c4e21d2..1cfddda 100644 (file)
@@ -97,9 +97,9 @@
 
 (defun riece-put-text-property-nonsticky (start end prop value
                                                     &optional object)
-  (add-text-property start end
-                    (list prop value 'front-sticky nil 'rear-nonsticky t)
-                    object))
+  (add-text-properties start end
+                      (list prop value 'front-sticky nil 'rear-nonsticky t)
+                      object))
 
 (defalias 'riece-facep 'facep)