Fixed typo.
[riece] / lisp / riece-xemacs.el
index aa75f04..3c5cf43 100644 (file)
 
 (defun riece-put-text-property-nonsticky (start end prop value
                                                     &optional object)
-  (add-text-property start end (list prop value 'start-open t 'end-open t)
-                    object))
+  (add-text-properties start end (list prop value 'start-open t 'end-open t)
+                      object))
 
 (provide 'riece-xemacs)