comparison lisp/w3/w3-sysdp.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents e04119814345
children 131b0175ea99
comparison
equal deleted inserted replaced
35:279432d5c479 36:c53a95d3c46d
417 (put-text-property 417 (put-text-property
418 start next prop 418 start next prop
419 (unique (append (if (listp prev) prev (list prev)) val)) 419 (unique (append (if (listp prev) prev (list prev)) val))
420 object) 420 object)
421 (setq start next)))) 421 (setq start next))))
422
423 (sysdep-defun buffer-substring-no-properties (st nd)
424 "Return the characters of part of the buffer, without the text properties.
425 The two arguments START and END are character positions;
426 they can be in either order."
427 (buffer-substring st nd))
422 428
423 ;; Property list functions 429 ;; Property list functions
424 ;; 430 ;;
425 (sysdep-defun plist-put (plist prop val) 431 (sysdep-defun plist-put (plist prop val)
426 "Change value in PLIST of PROP to VAL. 432 "Change value in PLIST of PROP to VAL.