Fixed typo.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 28 Aug 2004 00:58:33 +0000 (00:58 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 28 Aug 2004 00:58:33 +0000 (00:58 +0000)
lisp/riece-emacs.el
lisp/riece-xemacs.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)
 
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)